Search Results for

    Show / Hide Table of Contents

    Class MouseArg

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

    Inheritance
    Object
    EventArgs
    SVGArg
    MouseArg
    Inherited Members
    SVGArg.SessionID
    System.EventArgs.Empty
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    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 Source

    AltKey

    Alt modifier key pressed

    Declaration
    public bool AltKey
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Button

    1 = left, 2 = middle, 3 = right

    Declaration
    public int Button
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    ClickCount

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

    Declaration
    public int ClickCount
    Field Value
    Type Description
    Int32
    | Improve this Doc View Source

    CtrlKey

    Control modifier key pressed

    Declaration
    public bool CtrlKey
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    ShiftKey

    Shift modifier key pressed

    Declaration
    public bool ShiftKey
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    x

    Declaration
    public float x
    Field Value
    Type Description
    Single
    | Improve this Doc View Source

    y

    Declaration
    public float y
    Field Value
    Type Description
    Single
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX