Adds the XSprite sprite to the collection.

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

Syntax

C#
public int Add(
	XSprite value
)

Parameters

value
Type: SGP.XSpace..::.XSprite
The XSprite sprite that will be added.

Return Value

Returns position where the sprite has been added.

See Also