FillEllipse Method (C1PdfDocument)
In This Topic
Fills the interior of an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height.
Overload List
Overload | Description |
FillEllipse(Color,Single,Single,Single,Single) | Fills the interior of an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height. |
FillEllipse(Brush,Single,Single,Single,Single) | Fills the interior of an ellipse defined by a bounding rectangle specified by a coordinate pair, a width, and a height. |
FillEllipse(Color,RectangleF) | Fills the interior of an ellipse defined by a bounding rectangle specified by a rectangle structure. |
FillEllipse(Brush,RectangleF) | Fills the interior of an ellipse defined by a bounding rectangle specified by a rectangle structure. |
See Also