FreeSpire.PDF by Administrator

<PackageReference Include="FreeSpire.PDF" Version="2.9.37" />

.NET API 10,293,248 bytes

 PdfEllipse

public class PdfEllipse : PdfRectangleArea
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()