_Application.PointsToInches(Single) Method

Definition

Converts a measurement from points to inches (1 inch = 72 points).

public:
 float PointsToInches(float Points);
public float PointsToInches (float Points);
abstract member PointsToInches : single -> single
Public Function PointsToInches (Points As Single) As Single

Parameters

Points
Single

Required Single. The measurement, in points.

Returns

Remarks

This method returns the converted measurement as a Single.

Applies to