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

Overload List

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