_Application.CentimetersToPoints(Single) メソッド

定義

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

public:
 float CentimetersToPoints(float Centimeters);
public float CentimetersToPoints (float Centimeters);
abstract member CentimetersToPoints : single -> single
Public Function CentimetersToPoints (Centimeters As Single) As Single

パラメーター

Centimeters
Single

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

戻り値

注釈

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

適用対象