Stylus 类

提供对有关 Tablet 笔的常规信息的访问。

命名空间:  Microsoft.StylusInput
程序集:  Microsoft.Ink(在 Microsoft.Ink.dll 中)

语法

声明
Public NotInheritable Class Stylus
用法
Dim instance As Stylus
public sealed class Stylus
public ref class Stylus sealed
public final class Stylus
public final class Stylus

备注

此对象表示用户手持的物理笔。一个手写笔可具有多个笔尖(例如常规笔尖和橡皮擦端),每个手写笔笔尖对应一个不同的 Stylus 对象。某些 Tablet PC 允许有多个手写笔。每个 Stylus 对象具有一个关联的全局唯一标识符 (GUID),该标识符在系统中是唯一的。有关在 Tablet PC 上如何使用手写笔的更多信息,请参见Pen Input, Ink, and RecognitionCommand Input on the Tablet PC以及Using Gestures

Stylus 对象存在于 RealTimeStylus 对象的范围内。当 RealTimeStylus 对象遇到新 Stylus 对象时,RealTimeStylus 对象调用它的每一个同步插件的 IStylusSyncPlugin.StylusInRange 方法,最后调用它的异步插件的 IStylusAsyncPlugin.StylusInRange 方法。RealTimeStylus 对象维护它所遇到的 Stylus 对象的列表。可以通过调用 RealTimeStylus 对象的 GetStyluses 方法来访问此列表。

继承层次结构

System.Object
  Microsoft.StylusInput.Stylus

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

平台

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

Stylus 成员

Microsoft.StylusInput 命名空间

RealTimeStylus

IStylusSyncPlugin

IStylusAsyncPlugin