Click or drag to resize
SpritePutPictureBoxLocation Method
Put the Sprite at a specified location, using the dimentions of the PictureBox. You want to use this if you got your X/Y position from a mouse-click. Otherwise, this is the harder way to track things, particularly if your window can resize. Use PutBaseImageLocation instead.

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

Parameters

NewLocationOnPictureBox
Type: System.DrawingPoint
A point on the PictureBox
See Also