StylusSystemGestureEventArgs クラス

定義

StylusSystemGesture イベントのデータを提供します。

public ref class StylusSystemGestureEventArgs : System::Windows::Input::StylusEventArgs
public class StylusSystemGestureEventArgs : System.Windows.Input.StylusEventArgs
type StylusSystemGestureEventArgs = class
    inherit StylusEventArgs
Public Class StylusSystemGestureEventArgs
Inherits StylusEventArgs
継承

コンストラクター

StylusSystemGestureEventArgs(StylusDevice, Int32, SystemGesture)

StylusSystemGestureEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Device

このイベントを開始した入力デバイスを取得します。

(継承元 InputEventArgs)
Handled

ルーティング イベントがルートをたどる際のイベント処理の現在の状態を示す値を取得または設定します。

(継承元 RoutedEventArgs)
InAir

スタイラスがデジタイザーに近接しているが、デジタイザーに触れていないかどうかを示す値を取得します。

(継承元 StylusEventArgs)
Inverted

スタイラスが逆向きかどうかを示す値を取得します。

(継承元 StylusEventArgs)
OriginalSource

親クラスによって Source が調整される前の、純粋なヒット テストで判断される元の報告ソースを取得します。

(継承元 RoutedEventArgs)
RoutedEvent

この RoutedEventArgs インスタンスに関連付けられている RoutedEvent を取得または設定します。

(継承元 RoutedEventArgs)
Source

イベントを発生させたオブジェクトへの参照を取得または設定します。

(継承元 RoutedEventArgs)
StylusDevice

スタイラスを表す StylusDevice を取得します。

(継承元 StylusEventArgs)
SystemGesture

イベントを発生させる SystemGesture を取得します。

Timestamp

このイベントが発生した時刻を取得します。

(継承元 InputEventArgs)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetPosition(IInputElement)

スタイラスの位置を取得します。

(継承元 StylusEventArgs)
GetStylusPoints(IInputElement)

指定した入力要素と相対的な StylusPointCollection オブジェクトを格納する StylusPoint を返します。

(継承元 StylusEventArgs)
GetStylusPoints(IInputElement, StylusPointDescription)

指定した StylusPointCollection を使用し、指定した入力要素に関連する StylusPointDescription オブジェクトを格納する StylusPoint を返します。

(継承元 StylusEventArgs)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
InvokeEventHandler(Delegate, Object)

StylusSystemGesture イベントが発生するたびに、ターゲットの型固有のハンドラーを呼び出します。

MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
OnSetSource(Object)

派生クラスでオーバーライドした場合、インスタンスの Source プロパティの値が変更されるたびに、通知コールバックのエントリ ポイントを提供します。

(継承元 RoutedEventArgs)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象

こちらもご覧ください