_Application.PointsToInches(Single) メソッド

定義

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

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

パラメーター

Points
Single

単精度浮動小数点型 (Single) の値を使用します。 ポイント単位で指定します。

戻り値

注釈

このメソッドは、変換された測定値を Single として返 します

適用対象