次の方法で共有


IGestureRecognizer::EnableGestures メソッド (rtscom.h)

GestureRecognizer Class オブジェクトが応答するアプリケーション ジェスチャを示す値を設定します。

構文

HRESULT EnableGestures(
  [in] ULONG     cGestures,
  [in] const int *pGestures
);

パラメーター

[in] cGestures

pGestures パラメーターが指す配列のサイズ。 有効な値は、0 ~ 64 の範囲です。

[in] pGestures

GestureRecognizer クラス オブジェクトが応答するアプリケーション ジェスチャを示す InkApplicationGesture 列挙値の配列。

戻り値

戻り値の説明については、「 RealTimeStylus クラスとインターフェイス」を参照してください。

注釈

AllGestures を他のジェスチャと組み合わせて有効にすることはできません。

要件

要件
サポートされている最小のクライアント Windows XP Tablet PC Edition [デスクトップ アプリのみ]
サポートされている最小のサーバー サポートなし
対象プラットフォーム Windows
ヘッダー rtscom.h
[DLL] RTSCom.dll

こちらもご覧ください

DynamicRenderer クラス

GestureRecognizer クラス

IGestureRecognizer

IGestureRecognizer::Enabled プロパティ