GazeDevicePreview.RequestCalibrationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Asynchronously requests the eye-tracking device start its calibration process.
public:
virtual IAsyncOperation<bool> ^ RequestCalibrationAsync() = RequestCalibrationAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestCalibrationAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestCalibrationAsync();
function requestCalibrationAsync()
Public Function RequestCalibrationAsync () As IAsyncOperation(Of Boolean)
Returns
True, if calibration completes successfully; otherwise, false.
- Attributes