www.icetips.com  Icetips Utilities Documentation 5/9/2015    

Windows Class: GetPixelPosition

Previous  Top  Next  


Prototype: (Long pFEQ,<*Long pX>,<*Long pY>,<*Long pW>,<*Long pH>)

 

pFEQThe 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

Long

Long

Long

Long

Code

ITW.GetPixelPosition(?Button,X,Y,W,H)

 

See also:

GetPixelPos

GetPixelHeight

GetPixelWidth

GetPixelXPos

GetPixelYPos

 

 

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getpixelposition_window.htm