Function
|
Description
|
void SetPositionX(float value)
|
Sets the Position X value in percent of the matrix position.
|
float GetPositionX()
|
Returns the current Position X.
|
void SetPositionY(float value)
|
Sets the Position Y value in percent of the matrix position.
|
float GetPositionY()
|
Returns the current Position Y.
|
void SetPositionZ(float value)
|
Sets the Position Z value in percent of the matrix position.
|
float GetPositionZ()
|
Returns the current Position Z.
|
void SetPosition(float x, float y, float z)
|
Sets the position values X, Y, Z in percent.
|
void SetPixelPositionX(int value)
|
Sets the Position X value in pixels.
|
int GetPixelPositionX()
|
Returns the current Position X.
|
void SetPixelPositionY(int value)
|
Sets the Position Y value in pixels.
|
int GetPixelPositionY()
|
Returns the current Position Y.
|
void SetPixelPositionZ(int value)
|
Sets the Position Z value in pixels.
|
int GetPixelPositionZ(void)
|
Returns the current Position Z.
|
void SetPixelPosition(int x, int y, int z)
|
Sets the position values X, Y, Z in percent.
|