_Global.PointsToPixels(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 points to pixels.
public float PointsToPixels (float Points, ref object fVertical);
abstract member PointsToPixels : single * obj -> single
Public Function PointsToPixels (Points As Single, Optional ByRef fVertical As Object) As Single
Parameters
- Points
- Single
Required Single. The point value to be converted to pixels.
- fVertical
- Object
Optional Object. True to return the result as vertical pixels; False to return the result as horizontal pixels.
Returns
Remarks
This method returns the converted measurement as a Single.