Click or drag to resize

GraphicsDrawPath Method (Color, IGraphicsPath)

Draws a 1 pixel outline of the specified path

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

Parameters

color
Type: Eto.DrawingColor
Draw color
path
Type: Eto.DrawingIGraphicsPath
Path to draw
See Also