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