バージョン

PixelsToPoints メソッド

ピクセルをポイントに変換します。
シンタックス
'宣言
 
Public Shared Function PixelsToPoints( _
   ByVal pixels As Single _
) As Single
public static float PixelsToPoints( 
   float pixels
)

パラメータ

pixels
ピクセル単位の値。

戻り値の型

ポイント単位の値。
参照