Creates new class instance with the given owner.

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

Syntax

C#
public XSpriteCollection(
	IXSpriteCollectionOwner owner
)

Parameters

owner
Type: SGP.XSpace..::.IXSpriteCollectionOwner
Specifies the collection owner.

Exceptions

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

See Also