GrapeCity SPREAD for Windows Forms 12.0J
CentimetersToPoints メソッド


ポイントに変換する値。
測定値をセンチメートルからポイントに変換します(1 cm = 28.35ポイント)。
構文
'Declaration
 
Public Shared Function CentimetersToPoints( _
   ByVal centimeters As Double _
) As Double
'使用法
 
Dim centimeters As Double
Dim value As Double
 
value = UnitConverter.CentimetersToPoints(centimeters)
public static double CentimetersToPoints( 
   double centimeters
)

パラメータ

centimeters
ポイントに変換する値。

戻り値の型

対応するポイントを表す倍精度値。
参照

UnitConverter クラス
UnitConverter メンバ

 

 


Copyright © 2004 GrapeCity inc.