ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddEllipse Method
The rectangle that represents the ellipse.

In This Topic
    AddEllipse Method
    In This Topic
    Adds the ellipse figure for this path.
    Syntax
    'Declaration
     
    Public Sub AddEllipse( _
       ByVal rc As System.Drawing.RectangleF _
    ) 
    public void AddEllipse( 
       System.Drawing.RectangleF rc
    )

    Parameters

    rc
    The rectangle that represents the ellipse.
    See Also