Bespoke Multi-Touch Framework
CreateCalibrationTable Method (rows, columns, calibrationPoints)
NamespacesBespoke.MultiTouch.FrameworkVariablePointCalibrationCreateCalibrationTable(Int32, Int32, CalibrationPointCollection)
Creates a new calibration table.
Declaration Syntax
C#Visual BasicVisual C++
public static CalibrationTable CreateCalibrationTable(
	int rows,
	int columns,
	CalibrationPointCollection calibrationPoints
)
Public Shared Function CreateCalibrationTable ( _
	rows As Integer, _
	columns As Integer, _
	calibrationPoints As CalibrationPointCollection _
) As CalibrationTable
public:
static CalibrationTable^ CreateCalibrationTable(
	int rows, 
	int columns, 
	CalibrationPointCollection^ calibrationPoints
)
Parameters
rows (Int32)
The number of rows.
columns (Int32)
The number of columns.
calibrationPoints (CalibrationPointCollection)
The calibration points used to generate the calibration table.
Return Value
The newly created calibration table

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