Condividi tramite


HolographicViewConfiguration.SupportedDepthReprojectionMethods Proprietà

Definizione

Ottiene l'elenco delle modalità di riprogettazione di profondità supportate per holographicViewConfiguration.

public:
 property IVectorView<HolographicDepthReprojectionMethod> ^ SupportedDepthReprojectionMethods { IVectorView<HolographicDepthReprojectionMethod> ^ get(); };
IVectorView<HolographicDepthReprojectionMethod> SupportedDepthReprojectionMethods();
public IReadOnlyList<HolographicDepthReprojectionMethod> SupportedDepthReprojectionMethods { get; }
var iVectorView = holographicViewConfiguration.supportedDepthReprojectionMethods;
Public ReadOnly Property SupportedDepthReprojectionMethods As IReadOnlyList(Of HolographicDepthReprojectionMethod)

Valore della proprietà

Elenco di sola lettura delle modalità di riprogettazione della profondità.

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 2104 (è stato introdotto in 10.0.20348.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v12.0)

Commenti

Impostare la modalità di riprogettazione di una fotocamera Holographic impostando la proprietà DepthReprojectionMethod in HolographicCameraRenderingParameters associata alla fotocamera per un determinato HolographicFrame.

Si applica a