Jump to content

VioGetOrg: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Legacy
Returns the screen coordinates for origin of Vio presentation space.
|RepFunc=[[VioGetOrigin]]
 
|Remarks=[[image:warning.png|70px]]
Some sites indicates that this function is the same or has been renamed to [[VioGetOrigin]]. It has not been fully validated.  
}}
==Syntax==
==Syntax==
  VioGetOrg (PSHORT psRow, PSHORT psColumn, HVPS hvps);
  VioGetOrg (psRow, psColumn, hvps)


==Parameters==
==Parameters==
;psRow (P[[SHORT]]):row
;psColumn (PSHORT):column
;hvps (HVPS):Handle VIO presentation space
==Related Functions==
*[[VioCreatePS]]
*[[VioSetOrg]]


[[Category:Vio]]
[[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

Related Functions