Conjures a new sprite.

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

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public XSprite Conjure(
	XSprite obj
)

Parameters

obj
Type: SGP.XSpace..::.XSprite
The sprite XSprite to be conjured.

Return Value

Returns the new conjured sprite XSprite.

Exceptions

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

See Also