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


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

パラメータ

inches

戻り値の型

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

UnitConverter クラス
UnitConverter メンバ

 

 


Copyright © 2004 GrapeCity inc.