ArcGIS Explorer Component Help |
MapDisplay..::.TrackEnvelope Method |
MapDisplay Class See Also |
Returns a new Envelope defined by the two mouse clicks on the display.
Overload List
Name | Description | |
---|---|---|
TrackEnvelope()()() |
A synchronous (blocking) call returning a new Envelope at the location of two mouse clicks on the display.
| |
TrackEnvelope(Color) |
A synchronous (blocking) call returning a new Envelope at the location of two mouse clicks on the display, using the specified
line color while tracking.
| |
TrackEnvelope(Color, Double) |
A synchronous (blocking) call returning a new Envelope at the location of two mouse clicks on the display, using the specified
line color and width while tracking.
| |
TrackEnvelope(Color, Double, TrackDelegate) |
A synchronous (blocking) call which executes the specified delegate and returns a new Envelope at the location of two mouse clicks on the display, using the specified
line color and width while tracking.
|