Pegasus Class Library Help
The PegasusPen type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| Disposed |
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.) | |
| OnBatteryStatus | ||
| OnConnect |
Occurs when a Pen device is connected to the computer.
| |
| OnDisconnect |
Occurs when the Pen device is disconnected from the computer.
| |
| OnLowSignal |
Occurs when the sygnal received by the receiver unit from the pen is Low.
| |
| OnPenDown |
Occurs when the Pen tip is pressed down.
The PenEventArgs contain the x,y point of pressure.
| |
| OnPenModeChange | ||
| OnPenMove |
Occurs when the Pen tip is moved while is pressed.
The PenEventArgs contain the x,y point of movement.
| |
| OnPenUp |
Occurs when the Pen tip is released up.
The PenEventArgs contain the x,y point of released.
|