Gets the XSprite from the identifier.

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

Syntax

C#
public XSprite GetSpriteFromId(
	int id
)

Parameters

id
Type: System..::.Int32
Sprite identifier.

Return Value

Gets the sprite with the identifier id.

See Also