Click or drag to resize

Camera.ViewExtent Method (CentralBody, Double, Double, Double, Double)

Zooms to a rectangular extent composed of west, south, east, north on the centralBody. The camera will be looking straight down at the extent, with the up vector pointing toward local north. The Axes is set to an east-north-up axes at the center of the extent.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public void ViewExtent(
	CentralBody centralBody,
	double west,
	double south,
	double east,
	double north
)

Parameters

centralBody
Type: AGI.Foundation.Celestial.CentralBody
The CentralBody that the extent is on.
west
Type: System.Double
The west longitude of the extent.
south
Type: System.Double
The south latitude of the extent.
east
Type: System.Double
The east longitude of the extent.
north
Type: System.Double
The north latitude of the extent.
See Also