Overload | Description |
---|---|
DrawEllipse(PdfPen,Double,Double,Double,Double) | Draws an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. |
DrawEllipse(PdfPen,Double,Double,Double,Double,Double) | Draws an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. |
DrawEllipse(PdfBrush,Double,Double,Double,Double) | Fills the interior of an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. |
DrawEllipse(PdfBrush,Double,Double,Double,Double,Double) | Fills the interior of an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. |
DrawEllipse(PdfPen,PdfBrush,Double,Double,Double,Double) | Draws and fills the interior of an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. |
DrawEllipse(PdfPen,PdfBrush,Double,Double,Double,Double,Double) | Draws and fills the interior of an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. |