Table of Contents

Class MouseMoveEventArgs

Namespace
VisioForge.Core.Types.X.Events
Assembly
VisioForge.Core.dll

Class MouseMoveEventArgs. Implements the EventArgs

public class MouseMoveEventArgs : EventArgs

Inheritance

Inherited Members

Properties

X

Gets or sets the x.

public int X { get; set; }

Property Value

int

Y

Gets or sets the y.

public int Y { get; set; }

Property Value

int

See Also