Returns a new Polygon, representing an arrow, defined by three mouse clicks on the display.

Overload List

  NameDescription
TrackArrow()()()
Begins a synchronous (blocking) call on the display, returning a new Polygon, representing an arrow, at the location of three mouse clicks on the display.
TrackArrow(Color)
A synchronous (blocking) call returning a new Polygon, representing an arrow, at the location of three mouse clicks on the display, using the specified line color while tracking.
TrackArrow(Color, Double)
A synchronous (blocking) call returning a new Polygon, representing an arrow, at the location of three mouse clicks on the display, using the specified line color and width while tracking.
TrackArrow(Color, Double, TrackDelegate)
A synchronous (blocking) call which executes the specified delegate and returns a new Polygon, representing an arrow, at the location of three mouse clicks on the display, using the specified line color and width while tracking.

See Also