Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MapScene.CreateFromCamera(MapCamera) Method
Definition
- Namespace:
- Windows.UI.Xaml.Controls.Maps
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static MapScene ^ CreateFromCamera(MapCamera ^ camera);
static MapScene CreateFromCamera(MapCamera const& camera);
public static MapScene CreateFromCamera(MapCamera camera);
function createFromCamera(camera)
Public Shared Function CreateFromCamera (camera As MapCamera) As MapScene
Parameters
- camera
- MapCamera
The current position of the specified camera.
Returns
Represents a view of a map in the MapControl.
Remarks
The following image demonstrates the location of the map's camera relative to the scene.
👁 The relationship between MapCamera location and MapScene location relative to the map.Applies to
Feedback
Was this page helpful?
