StrokeCollection::RemoveItem Method (Int32)

 

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

Removes the stroke at the specified index from the StrokeCollection.

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

protected:
virtual void RemoveItem(
	int index
) override sealed

Parameters

index
Type: System::Int32

The specified index.

.NET Framework
Available since 3.0
Return to top
Show: