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 _
) 
 

Parameters

rc
The rectangle that represents the ellipse.
See Also