バージョン

Insets コンストラクタ(Int32,Int32,Int32,Int32)

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
)
public Insets( 
   int left,
   int top,
   int right,
   int bottom
)

パラメータ

left
左インセット
top
上インセット
right
右インセット
bottom
下インセット
参照