_Application.PointsToPixels(Single, Object) Method

Definition

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.

Applies to