Path Class

Represents a clipping path.

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

Syntax

C#
public class Path : IDisposable

Remarks

This class allows you to read a clipping path from JPEG, TIFF, and PSD files.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.ClippingPath.Path

Thread Safety

Static members of this type are not safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also

Reference