Click or drag to resize

PdfCanvas DrawEllipse Method (PdfPen, PdfBrush, RectangleF)

Draws an ellipse.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawEllipse(
	PdfPen pen,
	PdfBrush brush,
	RectangleF rectangle
)

Parameters

pen
Type: Spire.Pdf.Graphics PdfPen
The pen.
brush
Type: Spire.Pdf.Graphics PdfBrush
The brush.
rectangle
Type: System.Drawing RectangleF
The rectangle.
See Also