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.

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