C1.Win.4.8 Assembly / C1.Win.Interop Namespace / Thickness Structure / Thickness Constructor / Thickness Constructor(Double)
The uniform length applied to all four sides of the bounding rectangle.

In This Topic
Thickness Constructor(Double)
In This Topic
Initializes a Thickness structure that has the specified uniform length on each side.
Syntax
'Declaration
 
Public Function New( _
   ByVal uniformLength As Double _
)
 

Parameters

uniformLength
The uniform length applied to all four sides of the bounding rectangle.
See Also