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

ControlPointCollection Constructor

Creates and initializes a new collection using an array of control points.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public Sub New ( _
	points As ControlPoint() _
)
C#
public ControlPointCollection(
	ControlPoint[] points
)

Parameters

points

Type: Aurigma.GraphicsMill.WinControls.ControlPoint []

An array of control points to initialize a new collection.

See Also

Reference