1

I want to draw a map in WPF without using any third party controls.

I need each and every state of all the countries, and based on certain conditions I want to color them.

How can I get the polygon shapes of each state of all the countries?

4

1 回答 1

4

这是一个 SVG 文件,所有状态都是单独的多边形(查看源代码!)

如果需要,可以将其转换为 xaml并以不同方式填充状态。

编辑

只需谷歌搜索 svg 世界地图。第一个命中似乎是一个很好的资源

于 2011-09-22T04:19:30.437 回答