FieldOfView

Gets and sets the camera field of view, in degrees. This number must be between 1° and 127°, where 1° is the maximum zoom in and 127° is the maximum zoom out. The default field of view is 53°.

 

JavaScript

 

FieldOfView

 

C#

 

double FieldOfView { get; set; }

 

C++

 

HRESULT FieldOfView([out, retval] double* pVal)

HRESULT FieldOfView([in] double pVal)