Change the coordinate system of a Canvas in WPF

后端 未结 8 1773
一整个雨季
一整个雨季 2021-02-01 06:59

I\'m writing a mapping app that uses a Canvas for positioning elements. For each element I have to programatically convert element\'s Lat/Long to the canvas\' coordinate, then

8条回答
  •  醉话见心
    2021-02-01 07:12

    I guess another option would be to extend canvas and override the measure / arrange to make it behave the way you want.

提交回复
热议问题