[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public static RelativeTarget FromAbsolute(
	ushort absoluteX,
	ushort absoluteY,
	sbyte absoluteZ,
	ushort graphic
)
Public Shared Function FromAbsolute ( _
	absoluteX As UShort, _
	absoluteY As UShort, _
	absoluteZ As SByte, _
	graphic As UShort _
) As RelativeTarget
public:
static RelativeTarget^ FromAbsolute(
	unsigned short absoluteX, 
	unsigned short absoluteY, 
	signed char absoluteZ, 
	unsigned short graphic
)

Parameters

absoluteX
UInt16
absoluteY
UInt16
absoluteZ
SByte
graphic
UInt16

See Also