Bespoke Multi-Touch Framework
FtirPoint Constructor (rectangle, timeStamp, speed, direction, duration)
NamespacesBespoke.MultiTouch.FrameworkFtirPointFtirPoint(Rectangle, DateTime, Single, Vector2, TimeSpan)
Creates a new instance of FtirPoint.
Declaration Syntax
C#Visual BasicVisual C++
public FtirPoint(
	Rectangle rectangle,
	DateTime timeStamp,
	float speed,
	Vector2 direction,
	TimeSpan duration
)
Public Sub New ( _
	rectangle As Rectangle, _
	timeStamp As DateTime, _
	speed As Single, _
	direction As Vector2, _
	duration As TimeSpan _
)
public:
FtirPoint(
	Rectangle rectangle, 
	DateTime timeStamp, 
	float speed, 
	Vector2 direction, 
	TimeSpan duration
)
Parameters
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)