Show / Hide Table of Contents

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 device-independent pixels (DIPs).

Returns
Type Description
MapPoint

a location in map coordinates.

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
ScreenToLocationAsync(Point)
LocationToScreen(MapPoint)
LocationToScreen(MapPoint, out LocationVisibility)

Applies to

Platforms and versions
TargetVersions
.NET200.7 - 200.8
.NET Windows200.7 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.7 - 200.8
In This Article
Back to top Copyright © 2022 Esri.