Class PenEventArgs
Contains the position and the type of pen events.
Inheritance
System.Object
PenEventArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sig.DeviceAPI
Assembly: SigDeviceAPI.dll
Syntax
public class PenEventArgs
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. |