Returns a new Envelope defined by the two mouse clicks on the display.

Overload List

  NameDescription
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.

See Also