Interface ICalibratableTouchscreen
Represents a touch screen device that can be calibrated
Assembly: Meadow.Contracts.dll
View Source
Declaration
public interface ICalibratableTouchscreen : ITouchScreen
Properties
IsCalibrated
Returns <b>true</b> if the touchscreen has been calibrated, otherwise <b>false</b>
View Source
Declaration
bool IsCalibrated { get; }
Methods
SetCalibrationData(IEnumerable<CalibrationPoint>)
Sets the calibration data for the touchscreen
View Source
Declaration
void SetCalibrationData(IEnumerable<CalibrationPoint> data)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Meadow.Hardware.CalibrationPoint> | data | The calibration point |