This abstract class represents a generic control point.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public MustInherit Class ControlPoint _ Implements ISerializable, ICloneable
public abstract class ControlPoint : ISerializable, ICloneable
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.