An asynchronous method call which executes the specified delegate and begins an operation to move the specified geometry to a new location following a single click on the display.

Overload List

  NameDescription
BeginTrackMoveGeometry(TrackDelegate, Geometry)
An asynchronous method call which executes the specified delegate and begins an operation to move the specified geometry to a new location following a single click on the display.
BeginTrackMoveGeometry(TrackDelegate, Geometry, Color)
An asynchronous method call which executes the specified delegate and begins an operation to move the specified geometry to a new location following a single click on the display. The tracked geoemtry will have the specified color.
BeginTrackMoveGeometry(TrackDelegate, Geometry, Color, Double)
An asynchronous method call which executes the specified delegate and begins an operation to move the specified geometry to a new location following a single click on the display. The tracked geoemtry will have the specified color and line width (where appropriate).

See Also