共用方式為


SpatialStageFrameOfReference.GetCoordinateSystemAtCurrentLocation 方法

定義

取得位於使用者目前位置和方向的樓層層級座標系統。

public:
 virtual SpatialCoordinateSystem ^ GetCoordinateSystemAtCurrentLocation(SpatialLocator ^ locator) = GetCoordinateSystemAtCurrentLocation;
SpatialCoordinateSystem GetCoordinateSystemAtCurrentLocation(SpatialLocator const& locator);
public SpatialCoordinateSystem GetCoordinateSystemAtCurrentLocation(SpatialLocator locator);
function getCoordinateSystemAtCurrentLocation(locator)
Public Function GetCoordinateSystemAtCurrentLocation (locator As SpatialLocator) As SpatialCoordinateSystem

參數

locator
SpatialLocator

具有位置與方向的空間定位器,用來做為傳回座標系統的原點。

傳回

座標系統。

備註

座標系統是右手的,右邊是 +y 向上、+x,以及 -z 向前。

適用於