Creates new XLight..::.XLightCollection class instance with the given XSprite sprite as the collection owner.

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

Syntax

C#
public XLightCollection(
	XSprite rootSprite
)

Parameters

rootSprite
Type: SGP.XSpace..::.XSprite
Root sprite.

Exceptions

ExceptionCondition
System..::.ArgumentNullException rootSprite is nullNothingnullptra null reference (Nothing in Visual Basic).

See Also