FillEllipse

MetafileRecorderGraphics2D.FillEllipse method

Fills the ellipse.

public void FillEllipse(Brush brush, Rectangle rect)
ParameterTypeDescription
brushBrushBrush that determines the characteristics of the fill.
rectRectangleThe boundaries of the ellipse.

See Also