GazeDevicePreview.RequestCalibrationAsync Methode

Definition

Fordert das Eye-Tracking-Gerät asynchron an, seinen Kalibrierungsprozess zu starten.

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)

Gibt zurück

True, wenn die Kalibrierung erfolgreich abgeschlossen wurde; andernfalls false.

Attribute

Gilt für:

Weitere Informationen