[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Drawing.Drawing2D.GraphicsPath.AddEllipse

AddEllipse Method

AddEllipse(float, float, float, float)

Adds an ellipse to the current path.

Declaration
public void AddEllipse(float x, float y, float width, float height)
Parameters
Type Name Description
float x

The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

float y

The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

float width

The width of the bounding rectangle that defines the ellipse.

float height

The height of the bounding rectangle that defines the ellipse.