Path.Create Method (GraphicsPath)

Creates a Path from the existing GraphicsPath.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static Path Create(
	GraphicsPath graphicsPath
)

Parameters

graphicsPath

Type: System.Drawing.Drawing2D.GraphicsPath

The GraphicsPath from which to create the new Path.

See Also

Reference