Share via


VideoTransformSphericalProjection.HorizontalFieldOfViewInDegrees Property

Definition

Gets or sets the horizontal field of view, expressed in degrees, used for spherical video projection.

public:
 property double HorizontalFieldOfViewInDegrees { double get(); void set(double value); };
double HorizontalFieldOfViewInDegrees();

void HorizontalFieldOfViewInDegrees(double value);
public double HorizontalFieldOfViewInDegrees { get; set; }
var double = videoTransformSphericalProjection.horizontalFieldOfViewInDegrees;
videoTransformSphericalProjection.horizontalFieldOfViewInDegrees = double;
Public Property HorizontalFieldOfViewInDegrees As Double

Property Value

Double

double

The horizontal field of view, expressed in degrees.

Applies to