Places the sprite obj at the location [x,y,z].

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

Syntax

C#
public XSprite PlaceSprite(
	XSprite obj,
	int x,
	int y,
	int z
)

Parameters

obj
Type: SGP.XSpace..::.XSprite
The sprite XSprite to be placed.
x
Type: System..::.Int32
The X coordinate.
y
Type: System..::.Int32
The Y coordinate.
z
Type: System..::.Int32
The Z coordinate.

Exceptions

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

See Also