VioGetOrg: Difference between revisions
Appearance
m →Syntax |
|||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Returns the screen coordinates for origin of Vio presentation space. | |||
==Syntax== | ==Syntax== | ||
VioGetOrg (psRow, psColumn, hvps) | |||
VioGetOrg( | |||
==Parameters== | ==Parameters== | ||
;psRow (P[[SHORT]]):row | |||
;psColumn (PSHORT):column | |||
;hvps (HVPS):Handle VIO presentation space | |||
==Related Functions== | ==Related Functions== | ||
* | *[[VioCreatePS]] | ||
*[[VioSetOrg]] | |||
[[Category: | [[Category:Vio]] |
Latest revision as of 15:03, 15 October 2023
Returns the screen coordinates for origin of Vio presentation space.
Syntax
VioGetOrg (psRow, psColumn, hvps)
Parameters
- psRow (PSHORT)
- row
- psColumn (PSHORT)
- column
- hvps (HVPS)
- Handle VIO presentation space