Click or drag to resize

Graphics.FillPath 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.Drawing.Color
Fill color
path
Type: Eto.Drawing.IGraphicsPath
Path to fill
See Also