HolographicViewConfiguration.SupportedPixelFormats 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此 HolographicViewConfiguration 支持的像素格式的列表。
public:
property IVectorView<DirectXPixelFormat> ^ SupportedPixelFormats { IVectorView<DirectXPixelFormat> ^ get(); };
IVectorView<DirectXPixelFormat> SupportedPixelFormats();
public IReadOnlyList<DirectXPixelFormat> SupportedPixelFormats { get; }
var iVectorView = holographicViewConfiguration.supportedPixelFormats;
Public ReadOnly Property SupportedPixelFormats As IReadOnlyList(Of DirectXPixelFormat)
属性值
Windows.Graphics.DirectX.DirectXPixelFormat 值的集合,其中每个值都可以使用 HolographicViewConfiguration.PixelFormat 属性进行设置。