StylusPointCollection::RemoveItem Method (Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Removes the StylusPoint at the specified position from the StylusPointCollection.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
virtual void RemoveItem(
	int index
) override sealed

Parameters

index
Type: System::Int32

The position at which to remove the StylusPoint.

Exception Condition
InvalidOperationException

The StylusPointCollection is connected to a Stroke and there is only one StylusPoint in the StylusPointCollection.

.NET Framework
Available since 3.0
Return to top
Show: