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




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

    Parameters

    rect
    Mark's rectangle.
    fillColor
    Fill color of the mark.
    borderColor
    Border color of the mark.
    borderStyle
    Border style of the mark.
    borderWidth
    Border width of the mark.
    opacity
    Opacity of the mark.
    See Also