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


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

パラメータ

points
センチメートルに変換する値。

戻り値の型

対応するセンチメートルを表す倍精度値。
参照

UnitConverter クラス
UnitConverter メンバ

 

 


Copyright © 2004 GrapeCity inc.