Finds the last sprite with given name.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XSprite LastFindSprite(
	string name
)

Parameters

name
Type: System..::.String
Sprite name to find.

Return Value

Returns the sprite with given name.

See Also