Bespoke Multi-Touch Framework
CalibrationPoints Property
NamespacesBespoke.MultiTouch.FrameworkCalibrationTableCalibrationPoints
Gets the calibration points used to generate the calibration table.
Declaration Syntax
C#Visual BasicVisual C++
public List<CalibrationPoint> CalibrationPoints { get; protected set; }
Public Property CalibrationPoints As List(Of CalibrationPoint)
public:
property List<CalibrationPoint^>^ CalibrationPoints {
	List<CalibrationPoint^>^ get ();
	void set (List<CalibrationPoint^>^ value);
}

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