An asynchronous method call which executes the specified delegate and begins an operation to create a new Polygon representing a circle at the location of two mouse clicks on the display.

Overload List

  NameDescription
BeginTrackCircle(TrackDelegate)
An asynchronous method call which executes the specified delegate and begins an operation to create a new Polygon representing a circle at the location of two mouse clicks on the display.
BeginTrackCircle(TrackDelegate, Color)
An asynchronous method call which executes the specified delegate and begins an operation to create a new Polygon representing a circle at the location of two mouse clicks on the display, using the specified line color while tracking.
BeginTrackCircle(TrackDelegate, Color, Double)
An asynchronous method call which executes the specified delegate and begins an operation to create 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