View.PixelToCrs Methods
Transforms a drawable position to the corresponding position in the coordinate reference system of the View.
Overload List
Name | Description | |
---|---|---|
Public method | PixelToCrs(Point pixel) | Transforms a drawable position to the corresponding position in the coordinate reference system of the View. |
Public method | PixelToCrs(System.Int32 x, System.Int32 y) | Transforms a drawable position to the corresponding position in the coordinate reference system of the View. |
PixelToCrs(Point pixel)
Transforms a drawable position to the corresponding position in the coordinate reference system of the View.Syntax
public Point PixelToCrs (
Point pixel
)
Parameters
The drawable coordinates. [0, 0] is the upper left corner.
Return Value
The corresponding position, in the coordinate reference system of the view.
Remarks
This method transforms a drawable position (in pixels) to the coordinate reference system of the view as specified in Crs. The returned position is always within the definition area of the projection, except that the returned easting (x-coordinate) may be non-normalized if the projection is cylindrical in equatorial (ordinary) aspect. The specified drawable position need not be inside the drawable. In 3D this method behaves as GlobeView.GroundAt.
PixelToCrs(System.Int32 x, System.Int32 y)
Transforms a drawable position to the corresponding position in the coordinate reference system of the View.Syntax
public Point PixelToCrs (
System.Int32 x,
System.Int32 y
)
Parameters
The x-coordinate of a drawable position. 0 is the left side.
The y-coordinate of a drawable position. 0 is the top side.
Return Value
The corresponding position, in the coordinate reference system of the view.
Remarks
This method transforms a drawable position (in pixels) to the coordinate reference system of the view as specified in Crs. The returned position is always within the definition area of the projection, except that the returned easting (x-coordinate) may be non-normalized if the projection is cylindrical in equatorial (ordinary) aspect. The specified drawable position need not be inside the drawable. In 3D this method behaves as GlobeView.GroundAt.
Platforms
Windows, Linux, Android