响应在三维场景控件中移动鼠标时的事件实现。

命名空间:  SuperMap.Desktop
程序集:  SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll

语法

C#
public virtual void SceneControl_MouseMove(
	Object sender,
	MouseEventArgs e
)

参数

sender
Type: System..::.Object
源事件。
e
Type: System.Windows.Forms..::.MouseEventArgs
包含事件数据的三维场景控件中移动鼠标时事件参数类(MouseEventArgs)的对象。

请参见