Method LocationToScreen
LocationToScreen(MapPoint)
Converts a location in map coordinates to a screen coordinate relative to the upper-left corner of the scene.
Declaration
public Windows.Foundation.Point LocationToScreen(MapPoint location)
Parameters
| Type | Name | Description |
|---|---|---|
| MapPoint | location | The location in world coordinates to convert to screen coordinate. |
Returns
| Type | Description |
|---|---|
| Windows.Foundation.Point | Screen location in this scene view control's local display coordinate system |
Remarks
The screen location returned is relative to the upper left corner of the scene view control. If you need a location relative to another visual element, use the TransformToVisual method to create a transformation between the map and another visual element.
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET 6.0 Windows | 100.13 - 100.15 |
LocationToScreen(MapPoint, out LocationVisibility)
Converts a location in map coordinates to a screen coordinate relative to the upper-left corner of the scene.
Declaration
public Windows.Foundation.Point LocationToScreen(MapPoint location, out LocationVisibility visibility)
Parameters
| Type | Name | Description |
|---|---|---|
| MapPoint | location | The location in world coordinates to convert to screen coordinate. |
| LocationVisibility | visibility | The visibility of the point on the screen. |
Returns
| Type | Description |
|---|---|
| Windows.Foundation.Point | Screen location in this scene view control's local display coordinate system. |
Remarks
The screen location returned is relative to the upper left corner of the scene view control. If you need a location relative to another visual element, use the TransformToVisual method to create a transformation between the map and another visual element.
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentNullException | location |
See Also
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET 6.0 Windows | 100.13 - 100.15 |