SpriteControllerAdjustPoint Method |
Adjust an image point so that it conforms to the picturebox.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntaxpublic Point AdjustPoint(
Point LocationOnImage
)
Parameters
- LocationOnImage
- Type: System.DrawingPoint
The image location
Return Value
Type:
Pointthe corresponding point on the PictuerBox
See Also