Initializes a new instance of the
Offsets structure, assigning the
Offsets.Left,
Offsets.Top,
Offsets.Right and
Offsets.Bottom values.
シンタックス
'宣言
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
- A string representing the Unit value assigned to the Offsets.Left property.
- top
- A string representing the Unit value assigned to the Offsets.Top property.
- right
- A string representing the Unit value assigned to the Offsets.Right property.
- bottom
- A string representing the Unit value assigned to the Offsets.Bottom property.
参照