Поделиться через


DynamicRenderer - класс

Обновлен: Ноябрь 2007

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

Пространство имен:  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

Заметки

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.

ms575176.alert_security(ru-ru,VS.90).gifПримечание о безопасности.

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.

Иерархия наследования

System.Object
  Microsoft.StylusInput.DynamicRenderer

Потокобезопасность

Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.

Платформы

Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003

Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.

Сведения о версии

.NET Framework

Поддерживается в версии: 3.0

См. также

Ссылки

DynamicRenderer - члены

Microsoft.StylusInput - пространство имен

IStylusSyncPlugin