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)

속성 값

각각 HolographicViewConfiguration.PixelFormat 속성을 사용하여 설정할 수 있는 Windows.Graphics.DirectX.DirectXPixelFormat 값의 컬렉션입니다.

적용 대상

추가 정보