C# Class Gbdx.Gbd.Selector

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

Public Methods

Method Description
Selector ( ) : System.Windows.Forms

Initializes a new instance of the Selector class.

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 mouse event arguments. ///
return void

OnUpdate() protected method

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

Selector() public method

Initializes a new instance of the Selector class.
public Selector ( ) : System.Windows.Forms
return System.Windows.Forms