PdfEllipse public class PdfEllipse : PdfRectangleArea Documentation public PointF Center { get; } public float RadiusX { get; } public float RadiusY { get; } public PdfEllipse(float width, float height) public PdfEllipse(PdfPen pen, float width, float height) public PdfEllipse(PdfBrush brush, float width, float height) public PdfEllipse(PdfPen pen, PdfBrush brush, float width, float height) public PdfEllipse(float x, float y, float width, float height) public PdfEllipse(RectangleF rectangle) public PdfEllipse(PdfPen pen, float x, float y, float width, float height) public PdfEllipse(PdfPen pen, RectangleF rectangle) public PdfEllipse(PdfBrush brush, float x, float y, float width, float height) public PdfEllipse(PdfBrush brush, RectangleF rectangle) public PdfEllipse(PdfPen pen, PdfBrush brush, float x, float y, float width, float height) public PdfEllipse(PdfPen pen, PdfBrush brush, RectangleF rectangle) protected PdfEllipse()