Description: | Converts coordinates between specified scale modes. The details of scale mode are described in the ScaleMode property. |
Used in controls: | None. |
Used in objects: | Form |
Parameters: | VT_I2 - ScaleModeInS9(4) COMP-5 VT_I2 - ScaleModeOutS9(4) COMP-5 VT_I4 - PosXS9(9) COMP-5 VT_I4 - PosYS9(9) COMP-5 |
Description of Parameters: | ScaleModeIn: The scale mode of the input coordinates. Valid values (with constants) are: ScaleModeOut: The scale mode to be used for the output coordinates. Valid values (with constants) are: PosX: The horizontal coordinates to be converted. The converted value is returned in this parameter. PosY: The vertical coordinates to be converted. The converted value is returned in this parameter |
Return value: | None. |
Example: | WORKING-STORAGE SECTION. |
Backward compatibility | None. |