QuercusVL Programming Manual
Position X (horizontal axis) of the center of the light.
C++: int get_X ( )
C:
int VL_ConfigurationLight_get_X( int h )
Returns the position X (horizontal axis) of the light.
In C the parameter “h” is a handler of ConfigurationDetector.
C++: void put_X ( int value )
C:
void VL_ConfigurationLight_put_X( int h, int n )
Modifies the position X (horizontal axis) of the light.
In C the parameter “h” is a handler of ConfigurationDetector.
●
Y
Position Y (vertical axis) of the center of the light.
C++: int get_Y ( )
C:
int VL_ConfigurationLight_get_Y ( int h )
Returns the position Y (vertical axis) of the light.
In C the parameter “h” is a handler of ConfigurationDetector.
C++: void put_Y ( int value )
C:
void VL_ConfigurationLight_put_Y ( int h, int n )
Modifies the position X (verticall axis) of the light.
In C the parameter “h” is a handler of ConfigurationDetector.
●
Radius
Radius of the light; in pixels.
C++: int get_Radius ( )
C:
int VL_ConfigurationLight_get_Radius ( int h )
Returns tre radius of the light.
Quercus Technologies
117