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)

返回包含与指定 input 元素相关的 StylusPointCollection 对象的 StylusPoint

(继承自 StylusEventArgs)
GetStylusPoints(IInputElement, StylusPointDescription)

返回使用指定 StylusPointCollection 且包含与指定 input 元素相关的 StylusPointDescription 对象的 StylusPoint

(继承自 StylusEventArgs)
GetType()

获取当前实例的 Type

(继承自 Object)
InvokeEventHandler(Delegate, Object)

无论何时引发 StylusSystemGesture事件,调用目标上类型特定的处理程序。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
OnSetSource(Object)

在派生类中重写时,每当实例的 Source 属性的值发生更改,则提供一个通知回调入口点。

(继承自 RoutedEventArgs)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅