Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft