Bespoke Multi-Touch Framework
Stroke Constructor (ftirPoints)
NamespacesBespoke.MultiTouch.Framework.InkStrokeStroke(IEnumerable<(Of <(FtirPoint>)>))
Creates a new instance of Stroke.
Declaration Syntax
C#Visual BasicVisual C++
public Stroke(
	IEnumerable<FtirPoint> ftirPoints
)
Public Sub New ( _
	ftirPoints As IEnumerable(Of FtirPoint) _
)
public:
Stroke(
	IEnumerable<FtirPoint^>^ ftirPoints
)
Parameters
ftirPoints (IEnumerable<(Of <(FtirPoint>)>))
A collection of points to initialize the stroke with.

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