_Global.PixelsToPoints(Single, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a measurement from pixels to points.
public float PixelsToPoints (float Pixels, ref object fVertical);
abstract member PixelsToPoints : single * obj -> single
Public Function PixelsToPoints (Pixels As Single, Optional ByRef fVertical As Object) As Single
Parameters
- Pixels
- Single
Required Single. The pixel value to be converted to points.
- fVertical
- Object
Optional Object. True to convert vertical pixels; False to convert horizontal pixels.
Returns
Remarks
This method returns the converted measurement as a Single.