_Global.InchesToPoints(Single) Method

Definition

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

public:
 float InchesToPoints(float Inches);
public float InchesToPoints (float Inches);
abstract member InchesToPoints : single -> single
Public Function InchesToPoints (Inches As Single) As Single

Parameters

Inches
Single

Required Single. The inch value to be converted to points.

Returns

Remarks

This method returns the converted measurement as a Single.

Applies to