Path.Subpaths Property

Gets a collection of sub-paths.

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

Syntax

C#
public ReadOnlyCollection<Subpath> Subpaths { get; }

Property Value

A ReadOnlyCollection<T> containing Subpaths.

See Also

Reference