_Application.PointsToCentimeters(Single) メソッド

定義

単位をポイントからセンチメートル (1 センチメートル = 28.35 ポイント) に変換します。

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

パラメーター

Points
Single

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

戻り値

注釈

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

適用対象