Click or drag to resize
SpriteControllerSpritesThatHaveBeenDrawn Method
Return a list of all sprites which have been drawn on the image

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.5 (1.0.0.5)
Syntax
C#
public List<Sprite> SpritesThatHaveBeenDrawn()

Return Value

Type: ListSprite
A list of sprites that have been drawn
See Also