ImageReader.ClippingPaths Property

Gets a collection of clipping paths from the image.

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

Syntax

C#
public ReadOnlyCollection<Path> ClippingPaths { get; }

Property Value

A ReadOnlyCollection<T> containing clipping paths obtained from the image.

See Also

Reference