Crs.ScreenCoordinateSystem Property
Gets a predefined coordinate system for screen pixels.
Syntax
public static Crs ScreenCoordinateSystem { get; }
Property Value
A predefined Crs representing the screen pixels.
Remarks
This coordinate system can be used only for data that is presented in a ScreenLayer. The coordinates are Drawable coordinates, with the origin in the upper left corner and the y-axis pointing down. The length unit is pixels. Coordinates defined in this coordinate system cannot be reprojected to other coordinate reference systems, and they can be displayed only by a ScreenLayer.
This coordinate system is not supported by EPSG, but the Authority is "crs" and the AuthorityCode is "1", in accordance with the CRS authority of OGC Web Map Service 1.3.0. The OGC calls this coordinate system the "Map CS".
Platforms
Windows, Linux, Android