Left、
Top、
Right、および
Bottom値を割り当てて、
Offsets構造体の新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String, _
ByVal As System.String _
)
'使用法
Dim left As System.String
Dim top As System.String
Dim right As System.String
Dim bottom As System.String
Dim instance As New Offsets(left, top, right, bottom)
public Offsets(
System.string ,
System.string ,
System.string ,
System.string
)
パラメータ
- left
- Leftプロパティに割り当てられた Unit値を表す文字列。
- top
- Topプロパティに割り当てられた Unit値を表す文字列。
- right
- Rightプロパティに割り当てられた Unit値を表す文字列。
- bottom
- Bottomプロパティに割り当てられた Unit値を表す文字列。
参照