DynamicRenderer 类

RealTimeStylus 对象处理 Tablet 笔数据的同时实时显示该数据。无法继承此类。

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

语法

声明
<UIPermissionAttribute(SecurityAction.Demand, Window := UIPermissionWindow.SafeTopLevelWindows)> _
Public NotInheritable Class DynamicRenderer _
    Implements IStylusSyncPlugin, IDisposable
用法
Dim instance As DynamicRenderer
[UIPermissionAttribute(SecurityAction.Demand, Window = UIPermissionWindow.SafeTopLevelWindows)]
public sealed class DynamicRenderer : IStylusSyncPlugin, 
    IDisposable
[UIPermissionAttribute(SecurityAction::Demand, Window = UIPermissionWindow::SafeTopLevelWindows)]
public ref class DynamicRenderer sealed : IStylusSyncPlugin, 
    IDisposable
/** @attribute UIPermissionAttribute(SecurityAction.Demand, Window = UIPermissionWindow.SafeTopLevelWindows) */
public final class DynamicRenderer implements IStylusSyncPlugin, 
    IDisposable
public final class DynamicRenderer implements IStylusSyncPlugin, IDisposable

备注

如果窗口已经无效,则 DynamicRenderer 对象可以重绘墨迹

DynamicRenderer 类具有两类属性:对其所做的更改立即生效的属性以及对其所做的更改在下一次 StylusDown 事件通知时生效的属性。ClipRectangle 属性会立即生效,允许文本输入区随着用户写入而动态增大。其他属性在下一次 StylusDown 事件通知后生效。

ms575176.alert_security(zh-cn,VS.90).gif安全说明:

如果在部分信任环境下使用,则此类及其所有方法都需要 UIPermissionWindow.SafeTopLevelWindows 权限。有关部分信任和 Tablet PC 的更多信息,请参见Security and Trust

继承层次结构

System.Object
  Microsoft.StylusInput.DynamicRenderer

线程安全

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

平台

Windows Vista, Windows XP SP2, Windows Server 2003

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

版本信息

.NET Framework

受以下版本支持:3.0

另请参见

参考

DynamicRenderer 成员

Microsoft.StylusInput 命名空间

IStylusSyncPlugin