VisioForge (c) 2025

Search Results for

    Class MouseMoveEventArgs

    Class MouseMoveEventArgs. Implements the EventArgs

    Inheritance
    object
    EventArgs
    MouseMoveEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: VisioForge.Core.Types.X.Events
    Assembly: VisioForge.Core.dll
    Syntax
    public class MouseMoveEventArgs : EventArgs

    Properties

    X

    Gets or sets the x.

    Declaration
    public int X { get; set; }
    Property Value
    Type Description
    int

    The x.

    Y

    Gets or sets the y.

    Declaration
    public int Y { get; set; }
    Property Value
    Type Description
    int

    The y.

    See Also

    EventArgs