Click or drag to resize

GraphicsFillRectangle Method (Brush, RectangleF)

Fills a rectangle with the specified brush

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

Parameters

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