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


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

パラメータ

points

戻り値の型

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

UnitConverter クラス
UnitConverter メンバ

 

 


Copyright © 2004 GrapeCity inc.