ImGearARTThickness Constructor(Int32)
In This Topic
Initializes a new instance of the
ImGearARTThickness structure that has the specified uniform length on each side.
Syntax
'Declaration
Public Function New( _
ByVal As Integer _
)
'Usage
Dim uniformLength As Integer
Dim instance As New ImGearARTThickness(uniformLength)
public ImGearARTThickness(
int
)
public: ImGearARTThickness(
int
)
public:
ImGearARTThickness(
int
)
Parameters
- uniformLength
- The uniform length applied to all four sides of the bounding rectangle.
See Also