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

JointControlPointsProvider.RemoveProvider Method

Removes the first occurrence of a specific control points provider from the list.

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

Syntax

Visual Basic
Public Sub RemoveProvider ( _
	provider As IControlPointsProvider _
)
C#
public void RemoveProvider(
	IControlPointsProvider provider
)

Parameters

provider

Type: Aurigma.GraphicsMill.WinControls.IControlPointsProvider

The provider to remove from the list.

Remarks

If the collection does not contain the specified provider, the list remains unchanged.

See Also

Reference