Bespoke Multi-Touch Framework
CalibrationPoint Constructor (screenPosition, correctionVector, textureOffset)
NamespacesBespoke.MultiTouch.FrameworkCalibrationPointCalibrationPoint(Vector2, Vector2, Vector2)
Creates a new instance of CalibrationPoint.
Declaration Syntax
C#Visual BasicVisual C++
public CalibrationPoint(
	Vector2 screenPosition,
	Vector2 correctionVector,
	Vector2 textureOffset
)
Public Sub New ( _
	screenPosition As Vector2, _
	correctionVector As Vector2, _
	textureOffset As Vector2 _
)
public:
CalibrationPoint(
	Vector2 screenPosition, 
	Vector2 correctionVector, 
	Vector2 textureOffset
)
Parameters
screenPosition (Vector2)
The original screen position.
correctionVector (Vector2)
The correction vector between the screen position and the sampled point.
textureOffset (Vector2)
The offset of the texture used for visualzation (TexturePosition = screenPosition + textureOffset).

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