Class PenEventArgs
Contains the position and the type of pen events.
Inheritance
System.Object
PenEventArgs
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public class PenEventArgs : object
Constructors
| Name | Description |
|---|---|
| PenEventArgs(Int32, Int32, PenEventType) | |
| PenEventArgs(Int32, Int32, Byte) |
Fields
| Name | Description |
|---|---|
| PenEventType | PenUp or PenDown |
| X | The x position. |
| Y | The y position. |