Method ScreenToBaseSurface
ScreenToBaseSurface(Point)
Converts the specified screen coordinate, relative to the upper-left corner of the scene view, to a location on the base surface in map coordinates.
Declaration
public MapPoint ScreenToBaseSurface(Point screenPoint)
Parameters
Type | Name | Description |
---|---|---|
Point | screenPoint | The screen coordinate, in pixels. |
Returns
Type | Description |
---|---|
MapPoint | A MapPoint on the base surface of the scene;
or |
Remarks
To call this method, assign a scene to the scene view, ensure that it is loaded and the draw status is Completed.
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET 6.0 Windows | 100.13 - 200.2 |
.NET Framework | 100.0 - 200.2 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |