PacketProperty Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Defines values that specify the packet properties.
The PacketProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PacketProperty | Initializes a new instance of the PacketProperty class. |
Top
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.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
AltitudeOrientation | The Guid for the PacketProperty object for the angle between the axis of the pen and the surface of the tablet. | |
AzimuthOrientation | The Guid for the PacketProperty object for the clockwise rotation of the cursor about the z-axis through a full circular range. | |
ButtonPressure | The Guid for the PacketProperty object for pressure on a pressure sensitive button. | |
Height | ||
NormalPressure | The Guid for the PacketProperty object that represents pressure of the pen tip perpendicular to the tablet surface. | |
PacketStatus | The Guid for the PacketProperty object for the current status of the cursor. | |
PitchRotation | The Guid for the PacketProperty object that indicates whether the tip is above or below a horizontal line that is perpendicular to the writing surface. | |
RollRotation | The Guid for the PacketProperty object for the clockwise rotation of the pen around its own axis. | |
SerialNumber | The Guid for the PacketProperty object for identifying the packet. | |
SystemTouch | ||
TangentPressure | The Guid for the PacketProperty object that represents pressure of the pen tip along the plane of the tablet surface. | |
TimerTick | The Guid for the PacketProperty object for the time the packet was generated. | |
TwistOrientation | The Guid for the PacketProperty object for the clockwise rotation of the cursor about its own axis. | |
Width | ||
X | The Guid for the PacketProperty object for the x-coordinate in the tablet coordinate space. | |
XTiltOrientation | The Guid for the PacketProperty object for the angle between the y,z-plane and the pen and y-axis plane. | |
Y | The Guid for the PacketProperty object for the y-coordinate in the tablet coordinate space. | |
YawRotation | The Guid 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. | |
YTiltOrientation | The Guid for the PacketProperty object for the angle between the x,z-plane and the pen and x-axis plane. | |
Z | The Guid for the PacketProperty object for the z-coordinate or distance of the pen tip from the tablet surface. |
Top