Aurigma Graphics Mill 5.5 for .NET
ControlPoint Class
This abstract class represents a generic control point.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Syntax
Visual Basic
Public MustInherit Class ControlPoint _ Implements ISerializable, ICloneable
C#
public abstract class ControlPoint : ISerializable, ICloneable
Remarks
Control points are grips that allows users to transform an object by mouse. Descendants of this class represents grips of different shapes (rectangles, ellipses, diamonds, etc). Also, you can inherit this class to create your own kinds of grips.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill.WinControls..::.ControlPoint
L
Aurigma.GraphicsMill.WinControls..::.PathControlPoint
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.