Click or drag to resize

GraphicsIHandlerDrawPath Method

Draws the specified path

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

Parameters

pen
Type: Eto.DrawingPen
Pen to outline the path
path
Type: Eto.DrawingIGraphicsPath
Path to draw
See Also