PointsToPixels Method

See Also         Example         Applies To

Converts a measurement from points to pixels. Returns the converted measurement as a Single.

Syntax

expression.PointsToPixels(Points, fVertical)

expression   Required. An expression that returns an Application object.

Points   Required Single. The point value to be converted to pixels.

fVertical   Optional Variant. True to return the result as vertical pixels; False to return the result as horizontal pixels.