Article ID: 106161
Article Last Modified on 12/3/2003
FUNCTION _pix2fox
PARAMETER m.apixel,m.dimension
RETURN m.apixel/FONTMETRIC(IIF(UPPER(m.dimension) = "H",6,1))
The following two parameters are passed to the function:
myfoxelrow = _pix2fox(pixvalnum,"V") && for vertical (row) values myfoxelcol = _pix2fox(pixvalnum,"H") && for horizontal (col) valuesThe algorithm for foxelrows divides the pixel position by the character height in pixels for the current font. The algorithm for foxelcols divides the pixel position by the average character width in pixels for the current font.
Additional query words: VFoxWin FoxMac FoxWin 2.50 floating transport
Keywords: KB106161