Path.Points Property

Gets the points of the path.

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

Syntax

C#
public PathPointCollection Points { get; }

Property Value

The collection that includes points of the path.

See Also

Reference