GraphicsBindingWmrD3d11.UpdateUserCoordinateSystem(IntPtr) Method

Definition

Informs ARR of a new frame of reference.

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

Parameters

coordinateSystem
IntPtr

nativeint

Pointer to ABI::Windows::Perception::Spatial::ISpatialCoordinateSystem.

Returns

Success, NotInitialized, Fail

Remarks

ARR must be informed whenever a new frame of reference is created and used as the new user coordinate system.

Applies to