Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
C# Copy Code |
---|
void DrawEllipse ( |
Visual Basic Copy Code |
---|
Sub DrawEllipse( _ |
A Pen object that determines the color, width, and style of the ellipse.
The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
The width of the bounding rectangle that defines the ellipse.
The height of the bounding rectangle that defines the ellipse.