Click or drag to resize

GraphicsPath Constructor (IGraphicsPath)

Initializes a new instance of the GraphicsPath class.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public GraphicsPath(
	IGraphicsPath handler
)

Parameters

handler
Type: Eto.DrawingIGraphicsPath
Handler for the graphics path
See Also