HolographicViewConfiguration.SupportedPixelFormats 属性

定义

获取此 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 属性进行设置。

适用于

另请参阅