This documentation is for the old version. Go to the latest Graphics Mill docs

RectangleControlPoint Constructor (RectangleControlPoint)

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)

Syntax

Visual Basic
Public Sub New ( _
	obj As RectangleControlPoint _
)
C#
public RectangleControlPoint(
	RectangleControlPoint obj
)

Parameters

obj

Type: Aurigma.GraphicsMill.WinControls.RectangleControlPoint

A control point of the same type to initialize a new control point.

See Also

Reference