ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTFilledRectangle Class / ImGearARTFilledRectangle Constructor / ImGearARTFilledRectangle Constructor(IImGearRectangle,IImGearRGBQuad,Boolean)
The mark's rectangle.
Fill color of the mark.
Specifies whether the mark is highlighted or not.




In This Topic
    ImGearARTFilledRectangle Constructor(IImGearRectangle,IImGearRGBQuad,Boolean)
    In This Topic
    Initializes a new instance of the ImGearARTFilledRectangle class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal rect As IImGearRectangle, _
       ByVal fillColor As IImGearRGBQuad, _
       ByVal isHighlighted As Boolean _
    )
    'Usage
     
    Dim rect As IImGearRectangle
    Dim fillColor As IImGearRGBQuad
    Dim isHighlighted As Boolean
     
    Dim instance As New ImGearARTFilledRectangle(rect, fillColor, isHighlighted)
    public ImGearARTFilledRectangle( 
       IImGearRectangle rect,
       IImGearRGBQuad fillColor,
       bool isHighlighted
    )
    public: ImGearARTFilledRectangle( 
       IImGearRectangle* rect,
       IImGearRGBQuad* fillColor,
       bool isHighlighted
    )
    public:
    ImGearARTFilledRectangle( 
       IImGearRectangle^ rect,
       IImGearRGBQuad^ fillColor,
       bool isHighlighted
    )

    Parameters

    rect
    The mark's rectangle.
    fillColor
    Fill color of the mark.
    isHighlighted
    Specifies whether the mark is highlighted or not.
    See Also