C# Class Gbdx.Vector_Index.VectorIndex

The vector index.
Inheritance: Tool
Show file Open project: DigitalGlobe/DGConnect-ESRI

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs arg ) : void

The on mouse down.

OnUpdate ( ) : void

The on update.

Method Details

OnMouseDown() protected method

The on mouse down.
protected OnMouseDown ( MouseEventArgs arg ) : void
arg System.Windows.Forms.MouseEventArgs /// The MouseEventArgs. ///
return void

OnUpdate() protected method

The on update.
protected OnUpdate ( ) : void
return void