Thickness Constructor(Int32,Int32,Int32,Int32)
In This Topic
Initializes a new instance of a
Thickness.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public Thickness(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- left
- Thickness of the left edge, in pixels.
- top
- Thickness of the top edge, in pixels.
- right
- Thickness of the right edge, in pixels.
- bottom
- Thickness of the bottom edge, in pixels.
See Also