MapScene.CreateFromCamera(MapCamera) Method
Definition
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.