Click or drag to resize

GraphicsFillPath Method (Color, IGraphicsPath)

Fills the specified path

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

Parameters

color
Type: Eto.DrawingColor
Fill color
path
Type: Eto.DrawingIGraphicsPath
Path to fill
See Also