_Application.InchesToPoints(Single) メソッド

定義

測定単位をインチからポイント (1 インチ = 72 ポイント) に変換します。

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

パラメーター

Inches
Single

単精度浮動小数点型 (Single) の値を使用します。 ポイントに変換するインチの値を指定します。

戻り値

注釈

1 つ として変換された値を返します。

適用対象