Bespoke Multi-Touch Framework
FtirPoint Constructor (id, rectangle, timeStamp, speed, direction, duration)
NamespacesBespoke.MultiTouch.FrameworkFtirPointFtirPoint(Guid, Rectangle, DateTime, Single, Vector2, TimeSpan)
Creates a new instance of FtirPoint.
Declaration Syntax
C#Visual BasicVisual C++
public FtirPoint(
	Guid id,
	Rectangle rectangle,
	DateTime timeStamp,
	float speed,
	Vector2 direction,
	TimeSpan duration
)
Public Sub New ( _
	id As Guid, _
	rectangle As Rectangle, _
	timeStamp As DateTime, _
	speed As Single, _
	direction As Vector2, _
	duration As TimeSpan _
)
public:
FtirPoint(
	Guid id, 
	Rectangle rectangle, 
	DateTime timeStamp, 
	float speed, 
	Vector2 direction, 
	TimeSpan duration
)
Parameters
id (Guid)
The point's globally unique identifier.
rectangle (Rectangle)
The source rectangle.
timeStamp (DateTime)
The creation timestamp.
speed (Single)
The point's speed.
direction (Vector2)
The direction the point is moving in.
duration (TimeSpan)
The length of time the point has existed.

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