共用方式為


DynamicRenderer 類別

RealTimeStylus 物件正在處理手寫板畫筆資料時,即時顯示此資料。這個類別無法被繼承。

命名空間:  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-tw,VS.90).gif安全性注意事項:

如果在部分信任的情況下使用,這個類別及其所有方法都需要 UIPermissionWindow.SafeTopLevelWindows (英文) 權限。如需部分信任和 Tablet PC 的詳細資訊,請參閱Security and Trust

繼承階層架構

System.Object
  Microsoft.StylusInput.DynamicRenderer

執行緒安全

這個型別的任何 Public 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