VioGetOrg: Difference between revisions
Appearance
mNo edit summary |
|||
Line 1: | Line 1: | ||
Returns the screen coordinates for origin of Vio presentation space. | |||
==Syntax== | ==Syntax== | ||
VioGetOrg (PSHORT psRow, PSHORT psColumn, HVPS hvps) | VioGetOrg (PSHORT psRow, PSHORT psColumn, HVPS hvps) | ||
==Parameters== | ==Parameters== | ||
;psRow (P[[SHORT]]):row | |||
;psColumn (PSHORT):column | |||
;hvps (HVPS):Handle VIO presentation space | |||
==Related Functions== | |||
*[[VioCreatePS]] | |||
*[[VioSetOrg]] | |||
[[Category:Vio]] | [[Category:Vio]] |
Revision as of 15:03, 15 October 2023
Returns the screen coordinates for origin of Vio presentation space.
Syntax
VioGetOrg (PSHORT psRow, PSHORT psColumn, HVPS hvps)
Parameters
- psRow (PSHORT)
- row
- psColumn (PSHORT)
- column
- hvps (HVPS)
- Handle VIO presentation space