GraphicsPath::AddEllipse Method (RectangleF)

 

Adds an ellipse to the current path.

Namespace:   System.Drawing.Drawing2D
Assembly:  System.Drawing (in System.Drawing.dll)

public:
void AddEllipse(
	RectangleF rect
)

Parameters

rect
Type: System.Drawing::RectangleF

A RectangleF that represents the bounding rectangle that defines the ellipse.

For an example, see AddEllipse(Rectangle).

.NET Framework
Available since 1.1
Return to top
Show: