VideoTransformSphericalProjection.HorizontalFieldOfViewInDegrees 屬性

定義

取得或設定用於球面視訊投影的水準檢視欄位,以度表示。

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

屬性值

Double

double

以度表示之檢視的水準欄位。

適用於