Does anyone know if it is possible to get the X and Y coordinates of a Rectangle drawn, after executing the following code?
wpfMap1.EditOverlay.TrackMode =
TrackMode.Rectangle;
Seems as though the Overlay object doesn't expose an X and Y coordinate. I found this out after creating an wpfMap1_OverlayDrawn event handler to capture the Overlay object each time a Rectangle is drawn on the WPF Map control.
Thanks,
Nick