ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTRectangle Class / ImGearARTRectangle Constructor / ImGearARTRectangle Constructor(IImGearRectangle,IImGearRGBQuad,ImGearARTPenStyle,Int32)
The mark's rectangle.
Border color of the mark.
Border style of the mark.
Border width of the mark.




In This Topic
    ImGearARTRectangle Constructor(IImGearRectangle,IImGearRGBQuad,ImGearARTPenStyle,Int32)
    In This Topic
    Initializes a new instance of the ImGearARTRectangle class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As IImGearRectangle, _
       ByVal borderColor As IImGearRGBQuad, _
       ByVal borderStyle As ImGearARTPenStyle, _
       ByVal borderWidth As Integer _
    )
    'Usage
     
    Dim rect As IImGearRectangle
    Dim borderColor As IImGearRGBQuad
    Dim borderStyle As ImGearARTPenStyle
    Dim borderWidth As Integer
     
    Dim instance As New ImGearARTRectangle(rect, borderColor, borderStyle, borderWidth)
    public ImGearARTRectangle( 
       IImGearRectangle rect,
       IImGearRGBQuad borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )
    public: ImGearARTRectangle( 
       IImGearRectangle* rect,
       IImGearRGBQuad* borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )
    public:
    ImGearARTRectangle( 
       IImGearRectangle^ rect,
       IImGearRGBQuad^ borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )

    Parameters

    rect
    The mark's rectangle.
    borderColor
    Border color of the mark.
    borderStyle
    Border style of the mark.
    borderWidth
    Border width of the mark.
    See Also