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


ピクセルに変換するポイント値。
測定値をポイントからピクセルに変換します。
構文
'Declaration
 
Public Function PointsToPixels( _
   ByVal point As Double _
) As Integer
'使用法
 
Dim instance As UnitConverter
Dim point As Double
Dim value As Integer
 
value = instance.PointsToPixels(point)
public int PointsToPixels( 
   double point
)

パラメータ

point
ピクセルに変換するポイント値。

戻り値の型

対応するピクセル数を表す整数値。
参照

UnitConverter クラス
UnitConverter メンバ

 

 


Copyright © 2004 GrapeCity inc.