SpriteControllerSpriteToBack Method |
Change the display order of the specified sprite so it goes behind all other sprites.
Namespace:
SpriteLibrary
Assembly:
SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntaxpublic void SpriteToBack(
Sprite What
)
Parameters
- What
- Type: SpriteLibrarySprite
The sprite to send behind all other sprites
See Also