Subpath.Points Property

Gets a collection of points.

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

Syntax

C#
public ReadOnlyCollection<PathPoint> Points { get; }

Property Value

A ReadOnlyCollection<T> containing points describing this sub-path.

See Also

Reference