Bespoke Multi-Touch Framework
AddStrokes Method (strokes)
NamespacesBespoke.MultiTouch.Framework.InkInkSegmentAddStrokes(IEnumerable<(Of <(Stroke>)>))
Add a collection of strokes to the ink segment.
Declaration Syntax
C#Visual BasicVisual C++
public void AddStrokes(
	IEnumerable<Stroke> strokes
)
Public Sub AddStrokes ( _
	strokes As IEnumerable(Of Stroke) _
)
public:
void AddStrokes(
	IEnumerable<Stroke^>^ strokes
)
Parameters
strokes (IEnumerable<(Of <(Stroke>)>))
The strokes to add.

Assembly: Bespoke.MultiTouch.Framework (Module: Bespoke.MultiTouch.Framework) Version: 4.1.0.0 (4.1.0.0)