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 プロパティを使用して設定できます。