Struct MouseEventArgs
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: CADability.Substitutes
Assembly: CADability.dll
Syntax
public struct MouseEventArgs
Properties
| Improve this Doc View SourceButton
Declaration
public MouseButtons Button { get; set; }
Property Value
| Type | Description |
|---|---|
| MouseButtons |
Clicks
Declaration
public int Clicks { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Delta
Declaration
public int Delta { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Location
Declaration
public Point Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Point |
X
Declaration
public int X { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Y
Declaration
public int Y { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |