バージョン

PointsToPixels メソッド

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

パラメータ

points
ポイント単位の値。

戻り値の型

ピクセル単位の値。
参照