共用方式為


SpatialRecognitionStartedEventArgs.IsGesturePossible 方法

定義

根據相關互動來源的功能,傳回指定的手勢是否可行。 例如,語音無法用於操作手勢。

public:
 virtual bool IsGesturePossible(SpatialGestureSettings gesture) = IsGesturePossible;
bool IsGesturePossible(SpatialGestureSettings const& gesture);
public bool IsGesturePossible(SpatialGestureSettings gesture);
function isGesturePossible(gesture)
Public Function IsGesturePossible (gesture As SpatialGestureSettings) As Boolean

參數

gesture
SpatialGestureSettings

要測試的特定單一手勢。

傳回

Boolean

bool

手勢是否仍然可行。

適用於