Click or drag to resize
SpriteDestroy Method
Tell the sprite to kill itself. It will erase itself and then be removed from the spritelist. Then it will be gone forever.

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