SpriteSpriteCanMoveOnImage Method |
Return true if the sprite can go to this point and still be on the drawing-board.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntaxpublic bool SpriteCanMoveOnImage(
Point newpoint
)
Parameters
- newpoint
- Type: System.DrawingPoint
The point, given in pixels and corresponding to pixels on the background image
Return Value
Type:
Booleantrue or false
See Also