ComponentOne PDF for .NET
FillEllipse(Color,Single,Single,Single,Single) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > FillEllipse Method : FillEllipse(Color,Single,Single,Single,Single) Method
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.
Fills the interior of an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height.
Syntax
'Declaration
 
Public Overloads Sub FillEllipse( _
   ByVal color As System.Drawing.Color, _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal width As System.Single, _
   ByVal height As System.Single _
) 
public void FillEllipse( 
   System.Drawing.Color color,
   System.float x,
   System.float y,
   System.float width,
   System.float height
)

Parameters

color
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