Tablet Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents the digitizer device of Tablet PC that receives tablet device messages or events.
The Tablet type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetPropertyMetrics | Returns the metrics data for a known PacketProperty object. | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IsPacketPropertySupported | Returns a value that indicates whether a PacketProperty field, identified with a globally unique identifier (GUID), is supported by this Tablet object. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current Tablet object. (Overrides Object.ToString().) |
Top
Properties
Name | Description | |
---|---|---|
DeviceKind | Gets the TabletDeviceKind value that indicates the type of the tablet device. | |
HardwareCapabilities | Gets a value from the TabletHardwareCapabilities enumeration that defines the hardware capabilities of the Tablet object. | |
IsMultiTouch | Gets a Boolean value that indicates whether the tablet device is capable of input from simultaneous multiple touch points. | |
MaximumCursors | Returns an integer value of one or more indicating the maximum number of touch input streams that this tablet device is capable of producing. | |
MaximumInputRectangle | Gets the maximum input rectangle, in tablet device coordinates, that the Tablet object supports. | |
Name | Gets the name of the Tablet object. | |
PlugAndPlayId | Gets a string representation of the Plug and Play identifier of the Tablet object. |
Top