MapProjection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the projections to be used for a map.
public enum class MapProjection
public enum MapProjection
type MapProjection =
Public Enum MapProjection
- Inheritance
-
MapProjection
Fields
Name | Value | Description |
---|---|---|
Equirectangular | 0 | Equirectangular projection is used. |
Mercator | 1 | Mercator projection is used. |
Robinson | 2 | Robinson projection is used. |
Fahey | 3 | Fahey projection is used. |
Eckert1 | 4 | Eckert1 projection is used. |
Eckert3 | 5 | Eckert3 projection is used. |
HammerAitoff | 6 | HammerAitoff projection is used. |
Wagner3 | 7 | Wagner3 projection is used. |
Bonne | 8 | Bonne projection is used. |