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


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

パラメータ

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

戻り値の型

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

UnitConverter クラス
UnitConverter メンバ

 

 


Copyright © 2004 GrapeCity inc.