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

JointVObjectActionCollection Constructor

Creates and initializes a new JointVObjectActionCollection instance using the specified composite control points provider.

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

Syntax

Visual Basic
Public Sub New ( _
	host As JointControlPointsProvider _
)
C#
public JointVObjectActionCollection(
	JointControlPointsProvider host
)

Parameters

host

Type: Aurigma.GraphicsMill.WinControls.JointControlPointsProvider

A composite control points provider for which the action collection should be created.

See Also

Reference