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


Tablet - класс

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

Represents the digitizer device of Tablet PC that receives tablet device messages or events.

Пространство имен:  Microsoft.Ink
Сборка:  Microsoft.Ink (в Microsoft.Ink.dll)

Синтаксис

'Декларация
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class Tablet
'Применение
Dim instance As Tablet
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class Tablet
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Name = L"FullTrust")]
public ref class Tablet
/** @attribute PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust") */
public class Tablet
public class Tablet

Заметки

You can use the Tablet object to determine the hardware capabilities of the tablet device. A Tablet PC may have more than one digitizer attached in addition to the built-in digitizer.

Tablet objects work closely with ink collector. An ink collector (InkCollector, InkOverlay, or InkPicture) can be set to one of two tablet-related modes:

  • All tablets mode

  • Single tablet integrated mode

The default mode is all tablets mode (set with the SetAllTabletsMode method of the InkCollector.SetAllTabletsMode, InkOverlay.SetAllTabletsMode, or InkPicture.SetAllTabletsMode). This mode integrates all tablet devices if multiple devices are attached to Tablet PC. Because all of the tablets are integrated, available cursors can be used on any of the tablet devices, and each tablet maps to the entire screen. This allows automatic updating of the windows.

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

System.Object
  Microsoft.Ink.Tablet

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

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

Платформы

Windows Vista

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

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

.NET Framework

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

См. также

Ссылки

Tablet - члены

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

InkCollector

InkOverlay

InkPicture

Tablets