IntersectsPoint
Previous Top Next

Checks whether the specified point intersects with the sprite.
Syntax: IntersectsPoint (x As Int32, y As Int32) As Boolean

Example:
If Sprite.IntersectsPoint(100,100) = True Then ...