Initializes a new instance of the
ImGearARTThickness structure that has specific lengths applied to each side of the rectangle.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim left As Integer
Dim top As Integer
Dim right As Integer
Dim bottom As Integer
Dim instance As New ImGearARTThickness(left, top, right, bottom)
public ImGearARTThickness(
int ,
int ,
int ,
int
)
public: ImGearARTThickness(
int ,
int ,
int ,
int
)
public:
ImGearARTThickness(
int ,
int ,
int ,
int
)
Parameters
- left
- The thickness for the left side of the rectangle.
- top
- The thickness for the upper side of the rectangle.
- right
- The thickness for the right side of the rectangle.
- bottom
- The thickness for the lower side of the rectangle.
See Also