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

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