_Application.CentimetersToPoints(Double) メソッド

定義

センチメートル単位の数値を、ポイント (1 ポイントは、0.35 mm) 単位に変換します。

public:
 double CentimetersToPoints(double Centimeters);
public double CentimetersToPoints (double Centimeters);
Public Function CentimetersToPoints (Centimeters As Double) As Double

パラメーター

Centimeters
Double

必須 の Double。 変換の対象となる数値を指定します。

戻り値

適用対象