Returns a new Geometry representing the new location of the tracked geometry after it has been moved.

Overload List

  NameDescription
TrackMoveGeometry(Geometry)
A synchronous (blocking) call returning a new Geometry at the clicked location.
TrackMoveGeometry(Geometry, Color)
A synchronous (blocking) call returning a new Geometry at the clicked location. The tracked shape will have the specified color.
TrackMoveGeometry(Geometry, Color, Double)
A synchronous (blocking) call returning a new Geometry at the clicked location. The tracked shape will have the specified color and line width (where appropriate).
TrackMoveGeometry(Geometry, Color, Double, TrackDelegate)
A synchronous (blocking) call which executes the specified delegate and returns a new Geometry at the clicked location. The tracked shape will have the specified color and line width (where appropriate).

See Also