Sprite.PointInSprite MethodAnimation Studio Reference | |
Sprite.PointInSprite Method 
Tests if a point is within the visible part of a Sprite.
[Visual Basic]Public Function PointInSprite( _
   ByVal
pt As 
Point _
) As 
Boolean [C#]public 
bool PointInSprite(
   
Point 
pt);
Parameters
- pt
Return Value
true if the Point lies in the visible region of the Sprite.
See Also
Sprite Class | AnimationStudio Namespace