Click or drag to resize

GraphicsIHandlerFillRectangle Method

Fills a rectangle with the specified brush

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void FillRectangle(
	Brush brush,
	float x,
	float y,
	float width,
	float height
)

Parameters

brush
Type: Eto.DrawingBrush
Brush to fill with
x
Type: SystemSingle
X co-ordinate
y
Type: SystemSingle
Y co-ordinate
width
Type: SystemSingle
Width of the rectangle
height
Type: SystemSingle
Height of the rectangle
See Also