Click or drag to resize

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)
Syntax
C#
public Point AdjustPoint(
	Point LocationOnImage
)

Parameters

LocationOnImage
Type: System.DrawingPoint
The image location

Return Value

Type: Point
the corresponding point on the PictuerBox
See Also