Skip to main content

Struct CalibrationPoint

Represents a calibration point with equivalent raw and screen coordinates

Assembly: Meadow.Contracts.dll​
View Source​
Declaration
public struct CalibrationPoint

Properties​

ScreenX​

The equivalent screen X coordinate for the raw X value

View Source​
Declaration
public int ScreenX { readonly get; set; }

ScreenY​

The equivalent screen Y coordinate for the raw Y value

View Source​
Declaration
public int ScreenY { readonly get; set; }

RawX​

The raw touchscreen X value

View Source​
Declaration
public int RawX { readonly get; set; }

RawY​

The raw touchscreen Y value

View Source​
Declaration
public int RawY { readonly get; set; }

Methods​

ToString()​

Returns the fully qualified type name of this instance.

View Source​
Declaration
public override string ToString()
Returns​

System.String: The fully qualified type name.