ComponentOne PDF for .NET
FillEllipse(Brush,RectangleF) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > FillEllipse Method : FillEllipse(Brush,RectangleF) Method
The object that determines the color used to fill the ellipse.
The rectangle structure that specifies the bounding rectangle.
Fills the interior of an ellipse defined by a bounding rectangle specified by a rectangle structure.
Syntax
'Declaration
 
Public Overloads Sub FillEllipse( _
   ByVal brush As System.Drawing.Brush, _
   ByVal rc As System.Drawing.RectangleF _
) 
public void FillEllipse( 
   System.Drawing.Brush brush,
   System.Drawing.RectangleF rc
)

Parameters

brush
The object that determines the color used to fill the ellipse.
rc
The rectangle structure that specifies the bounding rectangle.
Remarks
All coordinates are expressed in points, measured from the upper-left corner of the page.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List