Deletes the current sprite.
'Declaration
Public Function Delete() As Boolean
'Usage
Dim instance As Sprite
Dim value As Boolean
value = instance.Delete()
Return Value
A boolean value which is true if the sprite was deleted. Otherwise, false is returned.