Returns a new Polygon representing a circle at the location of three mouse clicks on the display.

Overload List

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

See Also