Share via


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

度単位で表される水平方向の視野。

適用対象