HolographicCameraPose.TryGetViewTransform(SpatialCoordinateSystem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個相機姿勢的立體檢視轉換,以指定座標系統的轉換表示。 如果指定的座標系統目前無法找到,這個方法會傳回 null。
public:
virtual IReference<HolographicStereoTransform> ^ TryGetViewTransform(SpatialCoordinateSystem ^ coordinateSystem) = TryGetViewTransform;
IReference<HolographicStereoTransform> TryGetViewTransform(SpatialCoordinateSystem const& coordinateSystem);
public System.Nullable<HolographicStereoTransform> TryGetViewTransform(SpatialCoordinateSystem coordinateSystem);
function tryGetViewTransform(coordinateSystem)
Public Function TryGetViewTransform (coordinateSystem As SpatialCoordinateSystem) As Nullable(Of HolographicStereoTransform)
參數
- coordinateSystem
- SpatialCoordinateSystem
應該從中轉換轉譯幾何的座標系統。
傳回
轉換。
備註
如果指定的座標系統目前無法找到,這個方法會傳回 null。