C# Class demo.winform.DelByRectAction

Inheritance: SuperMap.Connector.Control.Forms.MapAction
Show file Open project: SuperMap/iClient-DotNet-Example

Public Methods

Method Description
Dispose ( ) : void
OnLoad ( MapControl mapControl ) : void

Protected Methods

Method Description
KeyDown ( KeyEventArgs e ) : void
MouseDown ( System e ) : void
MouseMove ( System e ) : void
MouseUp ( System e ) : void

Private Methods

Method Description
DeleteData ( ) : void
UpdateRect ( System.Drawing point ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

KeyDown() protected method

protected KeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

MouseDown() protected method

protected MouseDown ( System e ) : void
e System
return void

MouseMove() protected method

protected MouseMove ( System e ) : void
e System
return void

MouseUp() protected method

protected MouseUp ( System e ) : void
e System
return void

OnLoad() public method

public OnLoad ( MapControl mapControl ) : void
mapControl SuperMap.Connector.Control.Forms.MapControl
return void