Pegasus Class Library Help
Assembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Occurs when the Pen tip is moved while is pressed.
The PenEventArgs contain the x,y point of movement.
Namespace:
Pegasus.ComponentsAssembly: PegasusClassLibrary (in PegasusClassLibrary.dll) Version: 4.0.0.0 (4.0.12.0)
Syntax
| C# |
|---|
public event PenEventDelegate OnPenMove |
| Visual Basic (Declaration) |
|---|
Public Event OnPenMove As PenEventDelegate |
| Visual C++ |
|---|
public: event PenEventDelegate^ OnPenMove { void add (PenEventDelegate^ value); void remove (PenEventDelegate^ value); } |