QuercusVL Programming Manual
C:
int VL_Region_get_Y2(int h)
Returns the Y value (vertical axis) of vertex 2.
In C, the parameter “h” is a handler of the region (Region).
●
X3
C++:
int get_X3()
C:
int VL_Region_get_X3(int h)
Returns the X value (horizontal axis) of vertex 3.
In C, the parameter “h” is a handler of the region (Region).
●
Y3
C++:
int get_Y3()
C:
int VL_Region_get_Y3(int h)
Returns the Y value (vertical axis) of vertex 3.
In C, the parameter “h” is a handler of the region (Region).
●
X4
C++:
int get_X4()
C:
int VL_Region_get_X4(int h)
Returns the X value (horizontal axis) of vertex 4.
In C, the parameter “h” is a handler of the region (Region).
●
Y4
C++:
int get_Y4()
C:
int VL_Region_get_Y4(int h)
Returns the Y value (vertical axis) of vertex 4.
In C, the parameter “h” is a handler of the region (Region).
3.22.2. Methods
●
IsValid
C++:
bool IsValid()
C:
Does not exist
Quercus Technologies
61