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

Windows Class: GetPixelPos

Previous  Top  Next  


Prototype: (Long pFEQ, Long pC),Long

 

pFEQThe Field EQuate label for the control to get position in pixels for.

 

pCProperty to use, this could be PROP:XPos, PROP:YPos, PROP:Width or PROP:Height

 

ReturnsReturns the appropriate property value in Pixels.

 

This method is used by GetPixelHeight, GetPixelWidth, GetPixelXPos and GetPixelYPos to get the pixel coordinates and size for the pFEQ control.

 

Example:

 

ITW  ITWindowsClass

Code

Message('Button X: ' & ITW.GetPixelPos(?Button1,PROP:Xpos))

 

See also:

GetPixelHeight

GetPixelWidth

GetPixelXPos

GetPixelYPos

 

 

 



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