Show / Hide Table of Contents

Method ScreenToBaseSurface

ScreenToBaseSurface(Windows.Foundation.Point)

Converts a screen coordinate (in pixels) to a coordinate on the scene view's base surface.

Declaration
public MapPoint ScreenToBaseSurface(Windows.Foundation.Point screenPoint)
Parameters
Type Name Description
Windows.Foundation.Point screenPoint

Screen point relative to the upper left.

Returns
Type Description
MapPoint

A MapPoint on the base surface of the scene; or null if screenPoint does not touch the base surface (for example when the sky is tapped).

See Also
ScreenToLocationAsync(Windows.Foundation.Point)
LocationToScreen(MapPoint)
LocationToScreen(MapPoint, out LocationVisibility)

Applies to

Platforms and versions
TargetVersions
.NET 6.0 Windows100.13 - 100.15
In This Article
Back to top Copyright © 2022 Esri.