C# Class SuperMap.Connector.Control.Utility.PanAction

拖动操作。
Inheritance: SuperMap.Connector.Control.Forms.MapAction
Afficher le fichier Open project: SuperMap/iClient-for-DotNet

Méthodes publiques

Méthode Description
OnLoad ( MapControl mapControl ) : void

加载对应的地图控件。

Méthodes protégées

Méthode Description
MouseDoubleClick ( MouseEventArgs e ) : void

每当鼠标双击后,都将调用此方法。继承自MapAction。

MouseDown ( MouseEventArgs e ) : void

每当鼠标键按下后,都将调用此方法。继承自MapAction。

MouseMove ( MouseEventArgs e ) : void

每当鼠标移动后,都将调用此方法。继承自MapAction。

MouseUp ( MouseEventArgs e ) : void

每当鼠标键放开后,都将调用此方法。继承自MapAction。

Method Details

MouseDoubleClick() protected méthode

每当鼠标双击后,都将调用此方法。继承自MapAction。
protected MouseDoubleClick ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs
Résultat void

MouseDown() protected méthode

每当鼠标键按下后,都将调用此方法。继承自MapAction。
protected MouseDown ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs 包含事件数据的MouseEventArgs
Résultat void

MouseMove() protected méthode

每当鼠标移动后,都将调用此方法。继承自MapAction。
protected MouseMove ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs 包含事件数据的MouseEventArgs。
Résultat void

MouseUp() protected méthode

每当鼠标键放开后,都将调用此方法。继承自MapAction。
protected MouseUp ( MouseEventArgs e ) : void
e System.Windows.Forms.MouseEventArgs 包含事件数据的MouseEventArgs
Résultat void

OnLoad() public méthode

加载对应的地图控件。
public OnLoad ( MapControl mapControl ) : void
mapControl SuperMap.Connector.Control.Forms.MapControl 需要加载的地图控件。
Résultat void