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