Click or drag to resize

SpriteRecalcPictureBoxLocation Method

Done when the box resizes. We need to recompute the picturebox location. The resize function automatically calls this. You should never need to do so.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public void RecalcPictureBoxLocation()
See Also