Class MouseArg
Represents the state of the mouse at the moment the event occured.
Inherited Members
System.EventArgs.Empty
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Svg
Assembly: Svg.dll
Syntax
public class MouseArg : SVGArg
Fields
| Improve this Doc View SourceAltKey
Alt modifier key pressed
Declaration
public bool AltKey
Field Value
| Type | Description |
|---|---|
| Boolean |
Button
1 = left, 2 = middle, 3 = right
Declaration
public int Button
Field Value
| Type | Description |
|---|---|
| Int32 |
ClickCount
Amount of mouse clicks, e.g. 2 for double click
Declaration
public int ClickCount
Field Value
| Type | Description |
|---|---|
| Int32 |
CtrlKey
Control modifier key pressed
Declaration
public bool CtrlKey
Field Value
| Type | Description |
|---|---|
| Boolean |
ShiftKey
Shift modifier key pressed
Declaration
public bool ShiftKey
Field Value
| Type | Description |
|---|---|
| Boolean |
x
Declaration
public float x
Field Value
| Type | Description |
|---|---|
| Single |
y
Declaration
public float y
Field Value
| Type | Description |
|---|---|
| Single |