Table of Contents

Class MouseArg

Namespace
Svg
Assembly
Svg.dll

Represents the state of the mouse at the moment the event occured.

public class MouseArg : SVGArg
Inheritance
MouseArg
Inherited Members

Fields

AltKey

Alt modifier key pressed

public bool AltKey

Field Value

bool

Button

1 = left, 2 = middle, 3 = right

public int Button

Field Value

int

ClickCount

Amount of mouse clicks, e.g. 2 for double click

public int ClickCount

Field Value

int

CtrlKey

Control modifier key pressed

public bool CtrlKey

Field Value

bool

ShiftKey

Shift modifier key pressed

public bool ShiftKey

Field Value

bool

x

public float x

Field Value

float

y

public float y

Field Value

float