Click or drag to resize

SpriteDatabaseGetImageNames Method

Return a list of the image names in the Properties.Resources

Namespace:  SpriteLibrary
Assembly:  SpriteLibrary (in SpriteLibrary.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public List<string> GetImageNames()

Return Value

Type: ListString
A list of image names in the Properties.Resources
See Also