Pegasus Class Library Help
The PegasusPen type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PegasusPen | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.) | |
| Dispose | Overloaded. | |
| Download |
Downloads all data as a Notebook object.
| |
| Equals | (Inherited from Object.) | |
| Erase |
Deletes all pages from the pen device.
| |
| Finalize |
Releases unmanaged resources and performs other cleanup operations before the
PegasusPen is reclaimed by garbage collection.
(Overrides Component..::.Finalize()()().) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| GetService | (Inherited from Component.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.) | |
| IsPenConnected |
Gets a value indicating whether a pen device is connected.
| |
| MemberwiseClone | Overloaded. | |
| ToString |
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.) |
Properties
| Name | Description | |
|---|---|---|
| CanRaiseEvents |
Gets a value indicating whether the component can raise an event.
(Inherited from Component.) | |
| Connected |
Gets a value indicating whether the pen device is connected.
| |
| Container |
Gets the IContainer that contains the Component.
(Inherited from Component.) | |
| DesignMode |
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.) | |
| Device |
Read Only property. Returns the Device object, represents the runtime
characteristics for the attached pen device.
| |
| Downloaded |
Return true if data was downloaded from the device in the current session.
| |
| Enabled |
Gets or sets a value indicating whether this PegasusPen component
is enabled.
| |
| Events |
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.) | |
| Saved |
Get or Set bool value, indicating if downloaded data was saved.
This value is not set by the Pen component, It is only a repository
for user data.
The Saved property is reset to false when connecting the device,
or performing download action.
| |
| Site | (Inherited from Component.) |
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.
|