Pegasus Class Library Help
 

Classes

  ClassDescription
BatteryStatusEventArgs
A BatteryStatusEventArgs object is used in the OnBatteryStatus event. It contains the Battery status information.
Device
Device is a class representing a collection of all runtime Pen peoperties.
Note
The Note class, represents a single Note (or Page) in a Notebook. Use the Data property, to access the Note X,Y data. Call CreateInkStrokes(Ink) to draw the note on the screen. Get the Note as a Base64 ISF (Microsoft Ink Serialized Format). A Base64 ISF data format, can be used to transfer a note data between different application and systems.
Notebook
The Notebook class represent a collection of Notes. Instance of this class is returned as a result of calling Download()()() method, of the PegasusPen Component. It represent the collection of all the notes currently stored in the connected device.
PenEventArgs
A PenEventArgs object, contain the X,Y data which should be used in the following PegasusPen Events: OnPenDownOnPenMoveOnPenUp
PenModeEventArgs
A PenModeEventArgs object is used in the OnPenModeChange event. It contains the new PenMode state.
PropertyTag
The PropertyTag class is used as an alternative for the System PropertyItem class. Currently it does nothing, except for enabling instantiate the PropertyItem class. See PropertyItem property for more information.
RawStroke
The RawStroke class represents a single stroke. It contains the Stroke point data in its Points property, as well as rendering data such as Color and Width.
RawStrokes
The RawStrokes class represents the XY data and other settings. This collection of data usually downloaded from a mobile pen device. It ia composed of a collection of RawStroke through the Items property.

Structures

  StructureDescription
PointState
The PointState structure represent a single state like PenMove, or PenDown In the stream of downloaded data.

Delegates

  DelegateDescription
BatteryStatusDelegate
Represents the method that will handle the BatteryStatus event of a Pen device.
PenEventDelegate
Represents the method that will handle the PenDown, PenUp, or PenMove event of a Pen device.
PenModeDelegate
Represents the method that will handle the PenMode event of a Pen device.

Enumerations

  EnumerationDescription
BatteryStatus
Represent the Battery Status of the Digital Pen.
DevicePosition
The DevicePosition enum list all the predefined positions available for setting the DevicePosition property.
PenMode
Represent the Pen Mode currently set.