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

JointControlPointsProvider.InsertProvider Method

Inserts a provider into the list at the specified index.

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

Syntax

Visual Basic
Public Sub InsertProvider ( _
	index As Integer, _
	provider As IControlPointsProvider _
)
C#
public void InsertProvider(
	int index,
	IControlPointsProvider provider
)

Parameters

index

Type: System.Int32

The zero-based index at which provider should be inserted.
provider

Type: Aurigma.GraphicsMill.WinControls.IControlPointsProvider

The provider to insert.

See Also

Reference