ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTThickness Structure / ImGearARTThickness Constructor / ImGearARTThickness Constructor(Int32)
The uniform length applied to all four sides of the bounding rectangle.




In This Topic
    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 uniformLength As Integer _
    )
    'Usage
     
    Dim uniformLength As Integer
     
    Dim instance As New ImGearARTThickness(uniformLength)
    public ImGearARTThickness( 
       int uniformLength
    )
    public: ImGearARTThickness( 
       int uniformLength
    )
    public:
    ImGearARTThickness( 
       int uniformLength
    )

    Parameters

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