Gets Baltie from given sprite.

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

Syntax

C#
public static Baltie GetBaltieFromSprite(
	XSprite sprite
)

Parameters

sprite
Type: SGP.XSpace..::.XSprite
The sprite that represents the Baltie.

Return Value

Baltie that is represented by the sprite.

Remarks

Returns nullNothingnullptra null reference (Nothing in Visual Basic) if the sprite is not the Baltie sprite.

Exceptions

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

See Also