StrokeCollection Constructor (IEnumerable<Stroke^>^)

 

Initializes a new instance of the StrokeCollection class that contains the specified strokes.

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

public:
StrokeCollection(
	IEnumerable<Stroke^>^ strokes
)

Parameters

strokes
Type: System.Collections.Generic::IEnumerable<Stroke^>^

The strokes to add to the StrokeCollection.

.NET Framework
Available since 3.0
Return to top
Show: