OffsetsI構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public OffsetsI(
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- left
- 左オフセット。
- top
- 上オフセット。
- right
- 右オフセット。
- bottom
- 下オフセット。
参照