Share via


DynamicRenderer Class

Displays the tablet pen data in real-time as that data is being handled by the RealTimeStylus object. This class cannot be inherited.

Namespace:  Microsoft.StylusInput
Assembly:  Microsoft.Ink (in Microsoft.Ink.dll)

Syntax

'Declaration
<UIPermissionAttribute(SecurityAction.Demand, Window := UIPermissionWindow.SafeTopLevelWindows)> _
Public NotInheritable Class DynamicRenderer _
    Implements IStylusSyncPlugin, IDisposable
'Usage
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
public final class DynamicRenderer implements IStylusSyncPlugin, IDisposable

Remarks

A DynamicRenderer object can redraw the ink when a window has been invalidated.

The DynamicRenderer class has two categories of properties: those for which changes take effect immediately and those for which changes take effect upon the next StylusDown event notification. The ClipRectangle property takes effect immediately, allowing for the text input area to grow dynamically as the user writes. The other properties take effect after the next StylusDown event notification.

Security noteSecurity Note:

If using under partial trust, this class and all its methods require UIPermissionWindow.SafeTopLevelWindows permission. For more information about partial trust and the Tablet PC, see Security and Trust.

Inheritance Hierarchy

System.Object
  Microsoft.StylusInput.DynamicRenderer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 3.0

See Also

Reference

DynamicRenderer Members

Microsoft.StylusInput Namespace

IStylusSyncPlugin