public Camera( double x, double y, double scale, double heading, SpatialReference spatialReference, CameraViewpoint viewpoint )
Public Function New( _ ByVal x As Double, _ ByVal y As Double, _ ByVal scale As Double, _ ByVal heading As Double, _ Optional ByVal spatialReference As SpatialReference, _ Optional ByVal viewpoint As CameraViewpoint _ )
Parameters
- x
- X position of the Camera.
- y
- Y position of the Camera.
- scale
- Scale of the Camera.
- heading
- Heading of the Camera.
- spatialReference
- Spatial Reference of the Camera.
- viewpoint
- Viewpoint of the Camera.