I am tryng to access wpfMap Witdh and Heights using HelloWorld_WPFDesktop example, but both of them are NaN.
Any idea why it is happenning ? (I am running latest trial version)
private void wpfMap1_CurrentScaleChanged(object sender, CurrentScaleChangedWpfMapEventArgs e)
{
ZoomLevel zl = wpfMap1.ZoomLevelSet.GetZoomLevel(wpfMap1.CurrentExtent, wpfMap1.Width, wpfMap1.MapUnit);
}