Click or drag to resize

GraphicsIHandlerFillPath Method

Fills the specified path

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void FillPath(
	Brush brush,
	IGraphicsPath path
)

Parameters

brush
Type: Eto.DrawingBrush
Brush to fill the path
path
Type: Eto.DrawingIGraphicsPath
Path to fill
See Also