Link Search Menu Expand Document

PathAddEllipse Method (RectangleF)

Adds an ellipse to the current path.

Namespace:Bytescout.PDF
Assembly: Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax
public void AddEllipse(
	RectangleF rect
)

Parameters

rect
Type: System.DrawingRectangleF
A System.Drawing.RectangleF that represents the bounding rectangle that defines the ellipse.
See Also

Reference