StrokeCollection::InsertItem Method (Int32, Stroke^)

 

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

Inserts a stroke into the StrokeCollection at the specified index.

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

protected:
virtual void InsertItem(
	int index,
	Stroke^ stroke
) override sealed

Parameters

index
Type: System::Int32

The specified index.

stroke
Type: System.Windows.Ink::Stroke^

The specified stroke

.NET Framework
Available since 3.0
Return to top
Show: