Aurigma Graphics Mill 5.5 for .NET
PathControlPoint Class
This abstract class represents a path control point and extends the ControlPoint class.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public MustInherit Class PathControlPoint _ Inherits ControlPoint
C#
public abstract class PathControlPoint : ControlPoint
Remarks
Control points are handles that are used to transform an object.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.ControlPoint
L
Aurigma.GraphicsMill.WinControls..::.PathControlPoint
L
Aurigma.GraphicsMill.WinControls..::.RectangleControlPoint
L
Aurigma.GraphicsMill.WinControls..::.DiamondControlPoint
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.




