Link Search Menu Expand Document

CanvasDrawEllipse Method (Pen, Brush, RectangleF)

Draws an ellipse defined by a bounding System.Drawing.RectangleF.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void DrawEllipse(
	Pen pen,
	Brush brush,
	RectangleF rect
)

Parameters

pen
Type: Bytescout.PDFPen
Bytescout.PDF.Pen that determines the color, width, and style of the ellipse.
brush
Type: Bytescout.PDFBrush
Bytescout.PDF.Brush that determines the characteristics of the fill.
rect
Type: System.DrawingRectangleF
System.Drawing.RectangleF structure that defines the boundaries of the ellipse.
See Also

Reference