ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTHollowEllipse Class / ImGearARTHollowEllipse Constructor / ImGearARTHollowEllipse Constructor(IImGearRectangle,IImGearRGBQuad,Int32,Boolean)
Mark's rectangle.
Border color of the mark.
Width of the mark's border.
Specifies whether the mark is highlighted or not.




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

    Parameters

    rect
    Mark's rectangle.
    borderColor
    Border color of the mark.
    borderWidth
    Width of the mark's border.
    isHighlighted
    Specifies whether the mark is highlighted or not.
    See Also