Hi,
How could i do Scale Transformation on a particular MapLayer?
Thx.
NNT
Hi nyinyithann
You can use XamMap's WindowZoom and WindowScale to control how map is rendered, but I guess you want to scale the whole control, if that is the case you can use XamMap.Viewport.
xamMap.Viewport.RenderTransform = new ScaleTransform() {ScaleX = 2, ScaleY = 2};
Please let me know if you have more questions.
Regards,
Ivan Kotev