Path Constructor

Initializes a new instance of the Path class from the specified existing path.

Namespace: Aurigma.GraphicsMill.Codecs.ClippingPath
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public Path(
	Path path
)

Parameters

path

Type: Aurigma.GraphicsMill.Codecs.ClippingPath.Path

The Path to be copied.

See Also

Reference