バージョン

Initialize メソッド (Insets)

渡された引数を使用して、Insetsオブジェクトを初期化します。
シンタックス
'宣言
 
Public Sub Initialize( _
   ByVal left As Integer, _
   ByVal top As Integer, _
   ByVal right As Integer, _
   ByVal bottom As Integer _
) 
public void Initialize( 
   int left,
   int top,
   int right,
   int bottom
)

パラメータ

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