Pegasus Class Library Help

The Device type exposes the following members.

Constructors

  NameDescription
Device

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object 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.)

Properties

  NameDescription
BatteryStatus
Gets the device battery status. Read Only.
DebugMode
For Internal use only.
DefaultPenMode
Gets or sets the default pen mode. The default pen mode, is the mode which the pen initialized with, when connected.
DeviceAngle
Gets or sets the device angle.
DeviceOffset
Gets or sets the device offset.
DevicePosition
Gets or sets the device position on the page. Can be one of the DevicePosition enum values.
Firmware
Gets the device firmware version. Read Only.
MouseResolution
Gets or sets the relative mouse resolution, which affects the pen behavior in Mouse Mode operation.
OrientationSupport
Gets or sets a value indicating whether Orientation feature is supported in the connected device.
PenMode
Gets or sets the pen mode.
Port
Get the port which the device is connected to. can be USB or COM number. Read Only.
ProductID
Gets the USB product ID identification number of the connected device. Read Only.
RawMode
For Internal use only.

See Also