PacketProperty Class

PacketProperty Class

Defines values that specify the packet properties.

Definition

Visual Basic .NET Class PacketProperty
Inherits Object
C# class PacketProperty : Object
Managed C++ __gc class PacketProperty : public Object

Members Table

The following table lists the members exposed by the object.

Fields

Field Description
static (Shared in Visual Basic .NET)AltitudeOrientation The Guid Leave Site for the PacketProperty object for the angle between the axis of the pen and the surface of the tablet.
static (Shared in Visual Basic .NET)AzimuthOrientation The Guid Leave Site for the PacketProperty object for the clockwise rotation of the cursor about the z-axis through a full circular range.
static (Shared in Visual Basic .NET)ButtonPressure The Guid Leave Site for the PacketProperty object for pressure on a pressure sensitive button.
static (Shared in Visual Basic .NET)NormalPressure The Guid Leave Site for the PacketProperty object that represents pressure of the pen tip perpendicular to the tablet surface.
static (Shared in Visual Basic .NET)PacketStatus The Guid Leave Site for the PacketProperty object for the current status of the cursor.
static (Shared in Visual Basic .NET)PitchRotation The Guid Leave Site for the PacketProperty object that indicates whether the tip is above or below a horizontal line that is perpendicular to the writing surface.
static (Shared in Visual Basic .NET)RollRotation The Guid Leave Site for the PacketProperty object for the clockwise rotation of the pen around its own axis.
static (Shared in Visual Basic .NET)SerialNumber The Guid Leave Site for the PacketProperty object for identifying the packet.
static (Shared in Visual Basic .NET)TangentPressure The Guid Leave Site for the PacketProperty object that represents pressure of the pen tip along the plane of the tablet surface.
static (Shared in Visual Basic .NET)TimerTick The Guid Leave Site for the PacketProperty object for the time the packet was generated.
static (Shared in Visual Basic .NET)TwistOrientation The Guid Leave Site for the PacketPropertyobject for the clockwise rotation of the cursor about its own axis.
static (Shared in Visual Basic .NET)X The Guid Leave Site for the PacketProperty object for the x-coordinate in the tablet coordinate space.
static (Shared in Visual Basic .NET)XTiltOrientation The Guid Leave Site for the PacketProperty object for the angle between the y,z-plane and the pen and y-axis plane.
static (Shared in Visual Basic .NET)Y The Guid Leave Site for the PacketProperty object for the y-coordinate in the tablet coordinate space.
static (Shared in Visual Basic .NET)YawRotation The Guid Leave Site for the PacketProperty object for the angle of the pen to the left or right around the center of its horizontal axis when the pen is horizontal.
static (Shared in Visual Basic .NET)YTiltOrientation The Guid Leave Site for the PacketProperty object for the angle between the x,z-plane and the pen and x-axis plane.
static (Shared in Visual Basic .NET)Z The Guid Leave Site for the PacketProperty object for the z-coordinate or distance of the pen tip from the tablet surface.

Methods

Method Description
Equals Leave Site Determines whether two Object Leave Site instances are equal. Inherited from Object Leave Site.
Finalize Leave Site Allows an Object Leave Site to attempt to free resources and perform other cleanup operations before the Object Leave Site is reclaimed by garbage collection. Inherited from Object Leave Site.
GetHashCode Leave Site Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. Inherited from Object Leave Site.
GetType Leave Site Gets the Type Leave Site of the current instance. Inherited from Object Leave Site.
MemberwiseClone Leave Site Creates a shallow copy of the current Object Leave Site. Inherited from Object Leave Site.
static (Shared in Visual Basic .NET)ReferenceEquals Leave Site Determines whether the specified Object Leave Site instances are the same instance. Inherited from Object Leave Site.
ToString Leave Site Returns a String Leave Site that represents the current Object Leave Site. Inherited from Object Leave Site.

Inheritance Hierarchy

Object Leave Site

PacketProperty

Remarks

Globally unique identifiers (GUIDs Leave Site) are used to identify packet properties, and these are available as read-only fields of the PacketProperty object. Use these GUIDs Leave Site to access the available properties of a Tablet or a collection of Tablets.

Note: All packet values coming from the tablet hardware are 32-bit size integers.

Class Information

Namespace Microsoft.Ink
Assembly Microsoft.Ink (microsoft.ink.dll)
Strong Name Microsoft.Ink, Version=1.7.4009.0, Culture=neutral, PublicKeyToken=a2870d9cc4d021c8

See Also