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

C1.Win.Ribbon.4.8 アセンブリ > C1.Win.Ribbon 名前空間 > C1Ribbon クラス > LogicalToDeviceUnits メソッド : LogicalToDeviceUnits(Int32,Int32,Int32,Int32) メソッド
The left to be scaled.
The top to be scaled.
The right to be scaled.
The bottom to be scaled.
Transforms a C1.Framework.Thickness from logical to device units by scaling it for the current DPI and rounding down to the nearest integer value for left, right, top and bottom.
シンタックス
'宣言
 
Public Overloads Function LogicalToDeviceUnits( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) As Thickness
public Thickness LogicalToDeviceUnits( 
   int left,
   int top,
   int right,
   int bottom
)

パラメータ

left
The left to be scaled.
top
The top to be scaled.
right
The right to be scaled.
bottom
The bottom to be scaled.

戻り値の型

参照

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