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)
Public Sub RemoveProvider ( _ provider As IControlPointsProvider _ )
public void RemoveProvider( IControlPointsProvider provider )
Type: Aurigma.GraphicsMill.WinControls.IControlPointsProvider
The provider to remove from the list.If the collection does not contain the specified provider, the list remains unchanged.