Bespoke Multi-Touch Framework
AddStroke Method (stroke)
NamespacesBespoke.MultiTouch.Framework.InkInkSegmentAddStroke(Stroke)
Add a stroke to the ink segment.
Declaration Syntax
C#Visual BasicVisual C++
public void AddStroke(
	Stroke stroke
)
Public Sub AddStroke ( _
	stroke As Stroke _
)
public:
void AddStroke(
	Stroke^ stroke
)
Parameters
stroke (Stroke)
The stroke to add.
Remarks
New strokes must contain at least 2 points.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the stroke does not contain at least 2 points.

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