PathPointCollection Constructor

Initializes a new instance of the PathPointCollection class with the points from the path.

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

Syntax

C#
public PathPointCollection(
	Path path
)

Parameters

path

Type: Aurigma.GraphicsMill.AdvancedDrawing.Path

The path to get points from.

See Also

Reference