ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTThickness Structure / ImGearARTThickness Constructor / ImGearARTThickness Constructor(Int32,Int32,Int32,Int32)
The thickness for the left side of the rectangle.
The thickness for the upper side of the rectangle.
The thickness for the right side of the rectangle.
The thickness for the lower side of the rectangle.




In This Topic
    ImGearARTThickness Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    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 left As Integer, _
       ByVal top As Integer, _
       ByVal right As Integer, _
       ByVal bottom 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 left,
       int top,
       int right,
       int bottom
    )
    public: ImGearARTThickness( 
       int left,
       int top,
       int right,
       int bottom
    )
    public:
    ImGearARTThickness( 
       int left,
       int top,
       int right,
       int bottom
    )

    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