Creates and initializes a new control point using an existing one.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Sub New ( _
obj As RectangleControlPoint _
)
public RectangleControlPoint(
RectangleControlPoint obj
)
Type: Aurigma.GraphicsMill.WinControls.RectangleControlPoint
A control point of the same type to initialize a new control point.