ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTEllipse Class / ImGearARTEllipse Constructor / ImGearARTEllipse Constructor(IImGearRectangle,IImGearRGBQuad,ImGearARTPenStyle,Int32)
The mark rectangle.
Border color of the mark.
Border style of the mark.
Width of the border line.




In This Topic
    ImGearARTEllipse Constructor(IImGearRectangle,IImGearRGBQuad,ImGearARTPenStyle,Int32)
    In This Topic
    Initializes a new instance of the ImGearARTEllipse 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 ImGearARTEllipse(rect, borderColor, borderStyle, borderWidth)
    public ImGearARTEllipse( 
       IImGearRectangle rect,
       IImGearRGBQuad borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )
    public: ImGearARTEllipse( 
       IImGearRectangle* rect,
       IImGearRGBQuad* borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )
    public:
    ImGearARTEllipse( 
       IImGearRectangle^ rect,
       IImGearRGBQuad^ borderColor,
       ImGearARTPenStyle borderStyle,
       int borderWidth
    )

    Parameters

    rect
    The mark rectangle.
    borderColor
    Border color of the mark.
    borderStyle
    Border style of the mark.
    borderWidth
    Width of the border line.
    See Also