Adds sprite to the sprite collection.

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

Syntax

C#
public void Insert(
	int index,
	XSprite value
)

Parameters

index
Type: System..::.Int32
Position in the collection where the sprite will be inserted.
value
Type: SGP.XSpace..::.XSprite
The XSprite sprite that will be inserted.

See Also