StrokeCollection::SetItem Method (Int32, Stroke^)

 

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

Replaces the stroke at the specified index.

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

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

Parameters

index
Type: System::Int32

The position at which to replace the stroke.

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

The stroke to replace the current stroke.

.NET Framework
Available since 3.0
Return to top
Show: