InkCollector 成员

包括受保护的成员
包括继承的成员

包括 .NET Framework 成员
包括 .NET Compact Framework 成员
包括 XNA Framework 成员

更新:2007 年 11 月

表示一个对象,该对象用于从可用的 Tablet 设备捕获墨迹

InkCollector 类型公开以下成员。

构造函数

  名称 说明
ms552236.pubmethod(zh-cn,VS.90).gif InkCollector 已重载。 初始化 InkCollector 类的新实例。

页首

方法

  名称 说明
ms552236.pubmethod(zh-cn,VS.90).gif Dispose 已重载。 释放 InkCollector 对象所使用的资源。
ms552236.pubmethod(zh-cn,VS.90).gif Equals 确定指定的 Object 是否等于当前的 Object。 (继承自 Object。)
ms552236.protmethod(zh-cn,VS.90).gif Finalize 在垃圾回收器回收之前,释放当前 InkCollector 对象的资源。 (重写 Object.Finalize()。)
ms552236.pubmethod(zh-cn,VS.90).gif GetGestureStatus 返回一个值,该值指示 InkCollector 对象是否关注特定应用程序笔势
ms552236.pubmethod(zh-cn,VS.90).gif GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
ms552236.pubmethod(zh-cn,VS.90).gif GetType 获取当前实例的 Type。 (继承自 Object。)
ms552236.pubmethod(zh-cn,VS.90).gif GetWindowInputRectangle 获取在其中绘制墨迹 的窗口矩形(以像素为单位)。
ms552236.protmethod(zh-cn,VS.90).gif MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
ms552236.protmethod(zh-cn,VS.90).gif OnCursorButtonDown 允许派生类修改 CursorButtonDown 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnCursorButtonUp 允许派生类修改 CursorButtonUp 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnCursorDown 允许派生类修改 CursorDown 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnCursorInRange 允许派生类修改 CursorInRange 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnCursorOutOfRange 允许派生类修改 CursorOutOfRange 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnDoubleClick 允许派生类修改 DoubleClick 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnGesture 允许派生类修改 Gesture 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnMouseDown 允许派生类修改 MouseDown 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnMouseMove 允许派生类修改 MouseMove 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnMouseUp 允许派生类修改 MouseUp 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnMouseWheel 允许派生类修改 MouseWheel 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnNewInAirPackets 允许派生类修改 NewInAirPackets 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnNewPackets 允许派生类修改 NewPackets 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnStroke 允许派生类修改 Stroke 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnSystemGesture 允许派生类修改 SystemGesture 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnTabletAdded 允许派生类修改 TabletAdded 事件的默认行为。
ms552236.protmethod(zh-cn,VS.90).gif OnTabletRemoved 允许派生类修改 TabletRemoved 事件的默认行为。
ms552236.pubmethod(zh-cn,VS.90).gif SetAllTabletsMode 已重载。 设置 InkCollector 对象以便从附加到 Tablet PC 的任何 Tablet 收集墨迹
ms552236.pubmethod(zh-cn,VS.90).gif SetGestureStatus 设置 InkCollector 对象是否关注某个已知应用程序笔势
ms552236.pubmethod(zh-cn,VS.90).gif SetSingleTabletIntegratedMode 设置 InkCollector 对象以便仅从附加到 Tablet PC 的一个 Tablet 收集墨迹InkCollector 对象将忽略来自其他 Tablet 的墨迹。
ms552236.pubmethod(zh-cn,VS.90).gif SetWindowInputRectangle 设置在其中绘制墨迹 的窗口矩形(以像素为单位)。
ms552236.pubmethod(zh-cn,VS.90).gif ToString 返回表示当前 ObjectString。 (继承自 Object。)

页首

字段

  名称 说明
ms552236.pubfield(zh-cn,VS.90).gif ClipInkToMargin 未实现。
ms552236.pubfield(zh-cn,VS.90).gif DefaultMargin 返回 MarginXMarginY 属性所用的默认边距。

页首

属性

  名称 说明
ms552236.pubproperty(zh-cn,VS.90).gif AttachedControl 获取或设置要附加 InkCollector 对象的控件。
ms552236.pubproperty(zh-cn,VS.90).gif AutoRedraw 获取或设置一个值,该值指定当窗口无效时 InkCollector 对象是否重绘墨迹
ms552236.pubproperty(zh-cn,VS.90).gif CollectingInk 获取一个值,该值指定当前是否正在 InkCollector 对象上绘制墨迹
ms552236.pubproperty(zh-cn,VS.90).gif CollectionMode 获取或设置收集模式,该模式确定是否将墨迹 和/或笔势 识别为用户写入。
ms552236.pubproperty(zh-cn,VS.90).gif Cursor 获取或设置当鼠标指针悬停在 InkCollector 控件上时所显示的光标。
ms552236.pubproperty(zh-cn,VS.90).gif Cursors 获取可以在墨迹区域中使用的 Cursors 集合。
ms552236.pubproperty(zh-cn,VS.90).gif DefaultDrawingAttributes 获取或设置默认 DrawingAttributes 对象,该对象指定在绘制和显示墨迹 时所使用的绘制属性。
ms552236.pubproperty(zh-cn,VS.90).gif DesiredPacketDescription 获取或设置关注的与 InkCollector 对象上所绘制的墨迹 关联的数据包 方面。
ms552236.pubproperty(zh-cn,VS.90).gif DynamicRendering 获取或设置一个值,该值指示墨迹 是否在绘制时呈现。
ms552236.pubproperty(zh-cn,VS.90).gif Enabled 获取或设置一个值,该值指定 InkCollector 对象是否收集笔输入。
ms552236.pubproperty(zh-cn,VS.90).gif Handle 获取或设置要附加 InkCollector 对象的窗口的句柄。
ms552236.pubproperty(zh-cn,VS.90).gif Ink 获取或设置与 InkCollector 对象关联的 Ink 对象。
ms552236.pubproperty(zh-cn,VS.90).gif MarginX 获取或设置 x 轴方向的边距(以像素为单位)。
ms552236.pubproperty(zh-cn,VS.90).gif MarginY 获取或设置 y 轴方向的边距(以像素为单位)。
ms552236.pubproperty(zh-cn,VS.90).gif Renderer 获取或设置用于绘制墨迹Renderer 对象。
ms552236.pubproperty(zh-cn,VS.90).gif SupportHighContrastInk 获取或设置一个值,该值指定当系统处于高对比度模式时是否仅用一种颜色呈现墨迹
ms552236.pubproperty(zh-cn,VS.90).gif Tablet 获取 InkCollector 对象当前用来收集输入的 Tablet 设备。

页首

事件

  名称 说明
ms552236.pubevent(zh-cn,VS.90).gif CursorButtonDown InkCollector 对象检测到 CursorButton 对象凹下时发生。
ms552236.pubevent(zh-cn,VS.90).gif CursorButtonUp InkCollector 检测到 CursorButton 对象凸起时发生。
ms552236.pubevent(zh-cn,VS.90).gif CursorDown 当光标尖与数字化 Tablet 表面接触时发生。
ms552236.pubevent(zh-cn,VS.90).gif CursorInRange 当光标进入 Tablet 上下文 的物理检测范围(邻近)时发生。
ms552236.pubevent(zh-cn,VS.90).gif CursorOutOfRange 当光标离开 Tablet 上下文 的物理检测范围(邻近)时发生。
ms552236.pubevent(zh-cn,VS.90).gif DoubleClick 用户双击 InkCollector 对象时发生。
ms552236.pubevent(zh-cn,VS.90).gif Gesture 识别应用程序笔势 时发生。
ms552236.pubevent(zh-cn,VS.90).gif MouseDown 当鼠标指针在 InkCollector 上并且用户按下鼠标按钮时发生。
ms552236.pubevent(zh-cn,VS.90).gif MouseMove 用户将鼠标指针移到 InkCollector 对象上时发生。
ms552236.pubevent(zh-cn,VS.90).gif MouseUp 如果鼠标指针在 InkCollector 对象上时用户释放鼠标按钮,则会发生此事件。
ms552236.pubevent(zh-cn,VS.90).gif MouseWheel 如果 InkCollector 对象具有焦点时用户移动鼠标滚轮,则会发生此事件。
ms552236.pubevent(zh-cn,VS.90).gif NewInAirPackets InkCollector 对象检测到 in-air packet 时发生。
ms552236.pubevent(zh-cn,VS.90).gif NewPackets InkCollector 对象接收到数据包时发生。
ms552236.pubevent(zh-cn,VS.90).gif Stroke 当用户在任何 Tablet 上绘制完一个新笔画 时发生。
ms552236.pubevent(zh-cn,VS.90).gif SystemGesture InkCollector 对象识别系统笔势 时发生。
ms552236.pubevent(zh-cn,VS.90).gif TabletAdded Tablet 对象添加到系统时发生。
ms552236.pubevent(zh-cn,VS.90).gif TabletRemoved 从系统移除 Tablet 对象时发生。

页首

另请参见

参考

InkCollector 类

Microsoft.Ink 命名空间