Path Class

Represents a set of geometric elements (lines, curves, text, and graphics shapes) that can be used as a single object.

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

Syntax

C#
public sealed class Path : ISerializable, IDisposable

Remarks

Paths can be used different operations: drawing outlined or filled path, drawing a text string along a path, and cropping an image.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.AdvancedDrawing.Path

See Also

Reference

Manual