|
Previous Top Next |
Prototype: | (Long pFEQ,<*Long pX>,<*Long pY>,<*Long pW>,<*Long pH>) |
pFEQ | The Field EQuate label for the control to get position in pixels for. |
[pX] | Optional parameter to receive the pFEQ contols X position in pixels. |
[pY] | Optional parameter to receive the pFEQ contols Y position in pixels. |
[pW] | Optional parameter to receive the pFEQ controls Width in pixels. |
[pH] | Optional parameter to receive the pFEQ controls Height in pixels. |
This method can be used to retrieve one or more of a control's coordinates and size in pixels.
Example:
ITW ITWindowsClass
Code
GetButtonSizeInPixels ROUTINE
Data
X Long
Y Long
W Long
H Long
Code
ITW.GetPixelPosition(?Button,X,Y,W,H)
See also: