Show / Hide Table of Contents

    Class MousePositionEventArgs

    Event arguments for mouse move to indicate the mouse's position.

    Inheritance
    System.Object
    MousePositionEventArgs
    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: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public class MousePositionEventArgs

    Constructors

    | Improve this Doc View Source

    MousePositionEventArgs(MousePosition)

    Declaration
    public MousePositionEventArgs(MousePosition position)
    Parameters
    Type Name Description
    MousePosition position

    Properties

    | Improve this Doc View Source

    MousePosition

    The position of the mouse on the screen.

    Declaration
    public MousePosition MousePosition { get; }
    Property Value
    Type Description
    MousePosition

    The mouse position.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX