Click or drag to resize
SpritePutBaseImageLocation Method (Point)
Put the Sprite at a specified location, using the dimentions of the BackgroundImage. Unless you are using coordinates you have gotten from a mouse-click, this is how you want to place a Sprite somewhere. It is the easiest way to track things. But, if you are doing something using mouse-click coordinates, you want to use PutPictureBoxLocation

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public void PutBaseImageLocation(
	Point NewLocationOnImage
)

Parameters

NewLocationOnImage
Type: System.DrawingPoint
The new point on the Image
See Also