Click or drag to resize

GraphicsFillEllipse Method (Brush, RectangleF)

Fills an ellipse with the specified brush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void FillEllipse(
	Brush brush,
	RectangleF rectangle
)

Parameters

brush
Type: Eto.DrawingBrush
Brush to fill the ellipse
rectangle
Type: Eto.DrawingRectangleF
Location for the ellipse
See Also