다음을 통해 공유


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

도 단위로 표현된 보기의 가로 필드입니다.

적용 대상