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

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > DrawEllipse Method : DrawEllipse(Pen,Single,Single,Single,Single) Method
System.Drawing.Pen object that determines the color, width, and style of the ellipse.
x-coordinate of the upper-left corner of the bounding rectangle.
x-coordinate of the upper-left corner of the bounding rectangle.
Width of the bounding rectangle.
Height of the bounding rectangle.
Draws an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height.
Syntax
'Declaration
 
Public Overloads Sub DrawEllipse( _
   ByVal pen As System.Drawing.Pen, _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal width As System.Single, _
   ByVal height As System.Single _
) 
public void DrawEllipse( 
   System.Drawing.Pen pen,
   System.float x,
   System.float y,
   System.float width,
   System.float height
)

Parameters

pen
System.Drawing.Pen object that determines the color, width, and style of the ellipse.
x
x-coordinate of the upper-left corner of the bounding rectangle.
y
x-coordinate of the upper-left corner of the bounding rectangle.
width
Width of the bounding rectangle.
height
Height of 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