Hi,
I am doing some work to investigate converting our application from WinForms to Wpf. In our current (WinForms) application we do a lot of custom drawing by overriding DrawCore in the EditInteractiveOverlay and other interactive overlays. We use the canvas argument passed to DrawCore for our drawing. I have been unable to see how we could accomplish the same thing in the Wpf version of MapSuite. Can we create a GeoCanvas (PlatformGeoCanvas?) inside DrawCore and use it for our custom drawing?
Thanks!
Steve