我正在使用DundasMaps并试图绘制一张世界地图,其中的国家被分组为特定于业务实现的区域。我有世界上每个国家的形状数据(点和线段)。我可以通过将区域内国家/地区的所有点和线段添加到新的区域形状来将国家/地区合并为区域。foreach(varregioninGetAllRegions()){varregionShape=newShape{Name=region.Name};foreach(varcountryinGetCountriesInRegion(region.Id)){varcountryShape=GetCountryShape(country.Id);regionShap