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