Link Search Menu Expand Document

CanvasDrawEllipse Method (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(
	Brush brush,
	RectangleF rect
)

Parameters

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