RealTimeStylus - класс
Обновлен: Ноябрь 2007
Handles the stylus packet data from a digitizer in real time. This class cannot be inherited.
Пространство имен: Microsoft.StylusInput
Сборка: Microsoft.Ink (в Microsoft.Ink.dll)
Синтаксис
'Декларация
<UIPermissionAttribute(SecurityAction.Demand, Window := UIPermissionWindow.SafeTopLevelWindows)> _
Public NotInheritable Class RealTimeStylus _
Implements IDisposable, IStylusAsyncPlugin
'Применение
Dim instance As RealTimeStylus
[UIPermissionAttribute(SecurityAction.Demand, Window = UIPermissionWindow.SafeTopLevelWindows)]
public sealed class RealTimeStylus : IDisposable,
IStylusAsyncPlugin
[UIPermissionAttribute(SecurityAction::Demand, Window = UIPermissionWindow::SafeTopLevelWindows)]
public ref class RealTimeStylus sealed : IDisposable,
IStylusAsyncPlugin
/** @attribute UIPermissionAttribute(SecurityAction.Demand, Window = UIPermissionWindow.SafeTopLevelWindows) */
public final class RealTimeStylus implements IDisposable,
IStylusAsyncPlugin
public final class RealTimeStylus implements IDisposable, IStylusAsyncPlugin
Заметки
Use this class to provide access to the stylus events coming from the hardware. The RealTimeStylus class controls the flow of ink going to an ink collector.
Use this class to intercept the stylus packet stream. If you do not need to interact with the packet stream in real time before it gets to the ink collecting object, then use the InkCollector, the InkOverlay, or the InkPicture object instead of this class.
Примечание. |
---|
You cannot attach the RealTimeStylus object to a window or control in a different process. |
Примечание о безопасности. |
---|
If using under partial trust, this class and all its methods require UIPermissionWindow.SafeTopLevelWindows permission. For more information about partial trust, see Security and Trust. |
Примечание. |
---|
The RealTimeStylus constructor will throw a Marshal.ThrowExceptionForHR exception if it is unable to create the underlying Win32 RealTimeStylus. |
Иерархия наследования
System.Object
Microsoft.StylusInput.RealTimeStylus
Потокобезопасность
Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.
Платформы
Windows Vista, Windows XP с пакетом обновления 2 (SP2), Windows Server 2003
Среды .NET Framework и .NET Compact Framework поддерживают не все версии каждой платформы. Поддерживаемые версии перечислены в разделе Требования к системе для .NET Framework.
Сведения о версии
.NET Framework
Поддерживается в версии: 3.0
См. также
Ссылки
Microsoft.StylusInput - пространство имен