PathPoint Class

Represents a point in the clipping path.

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

Syntax

C#
public class PathPoint

Remarks

Note

Coordinates of the clipping path points a in range [0, 1].

Inheritance Hierarchy

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

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