IInkTablet interface (msinkaut.h)
Represents the digitizer device of Tablet PC that receives tablet device messages or events.
Inheritance
The IInkTablet interface inherits from the IUnknown interface. IInkTablet also has these types of members:
Methods
The IInkTablet interface has these methods.
IInkTablet::get_HardwareCapabilities Gets a bitmask that defines the hardware capabilities of the tablet, such as whether a cursor must be in physical contact with the tablet to report its position. |
IInkTablet::get_MaximumInputRectangle Gets the maximum input rectangle, in tablet device coordinates that the IInkTablet object supports. |
IInkTablet::get_Name Gets the name of the object. (IInkTablet.get_Name) |
IInkTablet::get_PlugAndPlayId Gets a string representation of the Plug and Play identifier of the IInkTablet object. |
IInkTablet::GetPropertyMetrics Retrieves the metrics data for a specified property. |
IInkTablet::IsPacketPropertySupported Determines whether a property of a tablet device or a collection of tablet devices, identified with a globally unique identifier (GUID), is supported. (IInkTablet.IsPacketPropertySupported) |
Remarks
You can use the IInkTablet 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.
IInkTablet objects work closely with ink collector objects. An ink collector (InkCollector, InkOverlay, or InkPicture) can be set to one of two tablet-related modes:
- All tablets mode
- Single tablet integrated mode
If you define a class that implements this interface, the new class will not interact correctly with the Tablet PC application programming interfaces (APIs).
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |