Returns a new Polyline at the location of a series of mouse clicks on the display.

Overload List

  NameDescription
TrackPolyline()()()
A synchronous (blocking) call which returns a new Polyline at the location of a series of mouse clicks on the display.
TrackPolyline(Color)
A synchronous (blocking) call returning a new Polyline at the location of a series of mouse clicks on the display, using the specified line color while tracking.
TrackPolyline(Color, Double)
A synchronous (blocking) call returning a new Polyline at the location of a series of mouse clicks on the display, using the specified line color and width while tracking.
TrackPolyline(Color, Double, TrackDelegate)
A synchronous (blocking) call which executes the specified delegate and returns a new Polyline at the location of a series of mouse clicks on the display, using the specified line color and width while tracking.

See Also