バージョン

InchesToPixels メソッド

画面の DPI に基づいてインチをピクセルに変換します。
シンタックス
'宣言
 
Public Shared Function InchesToPixels( _
   ByVal inches As Single, _
   ByVal horizontal As Boolean _
) As Integer
public static int InchesToPixels( 
   float inches,
   bool horizontal
)

パラメータ

inches
インチによる値。
horizontal
測定が水平または垂直 DPI に基づいているかどうかを決定します。

戻り値の型

ピクセル単位の値。
参照