ComponentOne PDF for .NET
DrawEllipse(Pen,RectangleF) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > DrawEllipse Method : DrawEllipse(Pen,RectangleF) Method
System.Drawing.Pen object that determines the color, width, and style of the rectangle.
A rectangle structure that specifies the bounding rectangle.
Draws an ellipse defined by a bounding rectangle specified by a rectangle structure.
Syntax
'Declaration
 
Public Overloads Sub DrawEllipse( _
   ByVal pen As System.Drawing.Pen, _
   ByVal rc As System.Drawing.RectangleF _
) 
public void DrawEllipse( 
   System.Drawing.Pen pen,
   System.Drawing.RectangleF rc
)

Parameters

pen
System.Drawing.Pen object that determines the color, width, and style of the rectangle.
rc
A 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