Click or drag to resize
SpriteControllerSpriteBackwards Method
Change the display order of the specified sprite so it is more likely to go behind all other sprites.

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public void SpriteBackwards(
	Sprite What
)

Parameters

What
Type: SpriteLibrarySprite
The sprite to send behind all other sprites
See Also