FlexReport for WinForms
Thickness コンストラクタ(Double,Double,Double,Double)


C1.Document アセンブリ > C1.Interop 名前空間 > Thickness 構造体 > Thickness コンストラクタ : Thickness コンストラクタ(Double,Double,Double,Double)
The thickness for the left side of the rectangle.
The thickness for the upper side of the rectangle.
The thickness for the right side of the rectangle.
The thickness for the lower side of the rectangle.
Initializes a Windows.UI.Xaml.Thickness structure that has specific lengths (supplied as a System.Double) applied to each side of the rectangle.
シンタックス
'宣言
 
Public Function New( _
   ByVal left As System.Double, _
   ByVal top As System.Double, _
   ByVal right As System.Double, _
   ByVal bottom As System.Double _
)
'使用法
 
Dim left As System.Double
Dim top As System.Double
Dim right As System.Double
Dim bottom As System.Double
 
Dim instance As New Thickness(left, top, right, bottom)
public Thickness( 
   System.double left,
   System.double top,
   System.double right,
   System.double bottom
)

パラメータ

left
The thickness for the left side of the rectangle.
top
The thickness for the upper side of the rectangle.
right
The thickness for the right side of the rectangle.
bottom
The thickness for the lower side of the rectangle.
参照

参照

Thickness 構造体
Thickness メンバ
オーバーロード一覧