Pegasus Class Library Help
Classes
| Class | Description | |
|---|---|---|
| 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 | ||
| RawStrokes |
Structures
| Structure | Description | |
|---|---|---|
| PointState |
The PointState structure represent a single state like PenMove, or PenDown
In the stream of downloaded data.
|
Delegates
| Delegate | Description | |
|---|---|---|
| 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
| Enumeration | Description | |
|---|---|---|
| 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.
|