次の方法で共有


GraphicsBindingWmrD3d11.UpdateUserCoordinateSystem(IntPtr) メソッド

定義

新しい参照フレームを ARR に通知します。

public:
 Microsoft::Azure::RemoteRendering::Result UpdateUserCoordinateSystem(IntPtr coordinateSystem);
public Microsoft.Azure.RemoteRendering.Result UpdateUserCoordinateSystem (IntPtr coordinateSystem);
member this.UpdateUserCoordinateSystem : nativeint -> Microsoft.Azure.RemoteRendering.Result
Public Function UpdateUserCoordinateSystem (coordinateSystem As IntPtr) As Result

パラメーター

coordinateSystem
IntPtr

nativeint

ABI::Windows::P erception::Spatial::ISpatialCoordinateSystem へのポインター。

戻り値

Success, NotInitialized, Fail

注釈

新しい参照フレームが作成され、新しいユーザー座標系として使用されるたびに ARR に通知する必要があります。

適用対象