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

DiamondControlPoint Constructor (DiamondControlPoint)

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 DiamondControlPoint _
)
C#
public DiamondControlPoint(
	DiamondControlPoint obj
)

Parameters

obj

Type: Aurigma.GraphicsMill.WinControls.DiamondControlPoint

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

See Also

Reference