ArcGIS Explorer Component Help |
MapDisplay..::.TrackPoint Method |
MapDisplay Class See Also |
Returns a new Point at the location of a mouse click on the display.
Overload List
Name | Description | |
---|---|---|
TrackPoint()()() |
A synchronous (blocking) call which returns a new Point at the location of the next mouse click on the display.
| |
TrackPoint(DisplayEffect) |
A synchronous (blocking) call which returns a new Point at the location of the next mouse click on the display and allows the visual effect to be controlled.
| |
TrackPoint(TrackDelegate) |
A synchronous (blocking) call which executes the specified delegate and returns a new Point at the location of the next mouse click on the display.
| |
TrackPoint(TrackDelegate, DisplayEffect) |
A synchronous (blocking) call which executes the specified delegate, returns a new Point at the location of the next mouse click on the display and allows the visual effect to be controlled.
|