Input for WinForms
LogicalToDeviceUnits(Int32,Int32,Int32,Int32) メソッド

C1.Win.8 アセンブリ > C1.Framework 名前空間 > XView クラス > LogicalToDeviceUnits メソッド : LogicalToDeviceUnits(Int32,Int32,Int32,Int32) メソッド
拡大縮小される左辺。
拡大縮小される上辺。
拡大縮小される右辺。
拡大縮小される下辺。
現在の DPI に合わせて Thickness を拡大縮小し、左右上下の各辺の太さを最も近い整数値に切り捨てることで、太さを論理単位からデバイス単位に変換します。
シンタックス
'宣言
 
Public Overloads Function LogicalToDeviceUnits( _
   ByVal left As System.Integer, _
   ByVal top As System.Integer, _
   ByVal right As System.Integer, _
   ByVal bottom As System.Integer _
) As Thickness
public Thickness LogicalToDeviceUnits( 
   System.int left,
   System.int top,
   System.int right,
   System.int bottom
)

パラメータ

left
拡大縮小される左辺。
top
拡大縮小される上辺。
right
拡大縮小される右辺。
bottom
拡大縮小される下辺。

戻り値の型

拡大縮小された Thickness
参照

XView クラス
XView メンバ
オーバーロード一覧