Xfinium.Pdf.Graphics Namespace > PdfGraphics Class : DrawEllipse Method |
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. |
Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library