Subpath.IsClosed Property

Gets a value indicating whether this sub-path is closed.

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

Syntax

C#
public bool IsClosed { get; }

Property Value

true if the sub-path is closed; otherwise, false.

See Also

Reference