Click or drag to resize

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)
Syntax
C#
public 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: Boolean
true or false
See Also