DrawEllipse

MetafileRecorderGraphics2D.DrawEllipse method

Draws the ellipse.

public void DrawEllipse(Pen pen, Rectangle rect)
ParameterTypeDescription
penPenPen that determines the color, width, and style of the figure.
rectRectangleThe boundaries of the ellipse.

See Also