Complex event arguments that is used by the CanvasControl to indicate mouse events in world coordinates.

Namespace: yWorks.Canvas.Input
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class Mouse2DEventArgs : EventArgs
Visual Basic
Public Class Mouse2DEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    yWorks.Canvas.Input..::..Mouse2DEventArgs

See Also