ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / AddEllipse Method
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The width of the bounding rectangle that defines the ellipse.
The height of the bounding rectangle that defines the ellipse.

In This Topic
    AddEllipse Method (GraphicsPath)
    In This Topic
    Adds an ellipse to the current path.
    Syntax
    'Declaration
     
    Public Sub AddEllipse( _
       ByVal x As Single, _
       ByVal y As Single, _
       ByVal width As Single, _
       ByVal height As Single _
    ) 
    public void AddEllipse( 
       float x,
       float y,
       float width,
       float height
    )

    Parameters

    x
    The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
    y
    The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
    width
    The width of the bounding rectangle that defines the ellipse.
    height
    The height of the bounding rectangle that defines the ellipse.
    See Also