wpf-14750-controls-and-libraries-map-control-coordinate-systems-geographical-projections.md
Map projections define how the Earth’s surface is displayed on a 2D plane. To do this, a projection utilizes a sphere, an ellipsoid, a cylinder, or another 3D-shape as the Earth’s model. Then the projection uses formulas to map the shape’s surface onto the 2D plane. These conversions bring distortions in the Earth surface’s 2D representation. For example, the the Mercator projection distorts objects more if they are closer to the polar regions.
Note
See the Map projection page for more information about map projections.
The following table contains the predefined projections that the Map Control for WinForms provides:
There are two ways to modify a map projection:
The following examples demonstrate how to use predefined projections, create custom map projections and customize a projection’s width/height ratio:
See Also