C# Class gmap.demo.winform.MapControl

Mostrar archivo Open project: SuperMap/iClient-DotNet-Example

Public Methods

Method Description
Init ( ) : void

第一次加载时需要调用。

MapControl ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

清理所有正在使用的资源。

OnLoad ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

设计器支持所需的方法 - 不要 使用代码编辑器修改此方法的内容。

MapControl_MouseClick ( object sender, MouseEventArgs e ) : void
MapControl_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
MapControl_MouseDown ( object sender, MouseEventArgs e ) : void
MapControl_MouseMove ( object sender, MouseEventArgs e ) : void
MapControl_MouseUp ( object sender, MouseEventArgs e ) : void
MapControl_OnMapDrag ( ) : void
MapControl_OnMapTypeChanged ( GMap type ) : void
MapControl_OnMapZoomChanged ( ) : void
MapControl_OnMarkerClick ( GMapMarker item, MouseEventArgs e ) : void
MapControl_OnMarkerEnter ( GMapMarker item ) : void
MapControl_OnMarkerLeave ( GMapMarker item ) : void
MapControl_OnPositionChanged ( GMap point ) : void
MapControl_OnTileLoadComplete ( long ElapsedMilliseconds ) : void
MapControl_OnTileLoadStart ( ) : void

Method Details

Dispose() protected method

清理所有正在使用的资源。
protected Dispose ( bool disposing ) : void
disposing bool 如果应释放托管资源,为 true;否则为 false。
return void

Init() public method

第一次加载时需要调用。
public Init ( ) : void
return void

MapControl() public method

public MapControl ( ) : System
return System

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

OnMouseEnter() protected method

protected OnMouseEnter ( EventArgs e ) : void
e EventArgs
return void