HolographicViewConfiguration.NativeRenderTargetSize 属性

定义

获取此 HolographicViewConfiguration 的本机呈现目标大小。

public:
 property Size NativeRenderTargetSize { Size get(); };
Size NativeRenderTargetSize();
public Size NativeRenderTargetSize { get; }
var size = holographicViewConfiguration.nativeRenderTargetSize;
Public ReadOnly Property NativeRenderTargetSize As Size

属性值

一个 大小 ,表示 HolographicViewConfiguration 的本机呈现目标大小。

注解

对于属于 Display 类型的 HolographicViewConfiguration 对象,这表示显示模式的宽度和高度。

对于属于 PhotoVideoCamera 类型的 HolographicViewConfiguration 对象,这表示图像呈现部分的本机捕获分辨率。

适用于