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

JointControlPointsProvider.RemoveProviderAt Method

Removes the control points provider at the specified index of the list.

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

Syntax

Visual Basic
Public Sub RemoveProviderAt ( _
	index As Integer _
)
C#
public void RemoveProviderAt(
	int index
)

Parameters

index

Type: System.Int32

The zero-based index of the provider to remove.

See Also

Reference