SpatialAnchorRawCoordinateSystemAdjustedEventArgs SpatialAnchorRawCoordinateSystemAdjustedEventArgs SpatialAnchorRawCoordinateSystemAdjustedEventArgs SpatialAnchorRawCoordinateSystemAdjustedEventArgs Class

Definition

Provides data for the SpatialAnchor.RawCoordinateSystemAdjusted event.

public : sealed class SpatialAnchorRawCoordinateSystemAdjustedEventArgs : ISpatialAnchorRawCoordinateSystemAdjustedEventArgspublic sealed class SpatialAnchorRawCoordinateSystemAdjustedEventArgs : ISpatialAnchorRawCoordinateSystemAdjustedEventArgsPublic NotInheritable Class SpatialAnchorRawCoordinateSystemAdjustedEventArgs Implements ISpatialAnchorRawCoordinateSystemAdjustedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Properties

OldRawCoordinateSystemToNewRawCoordinateSystemTransform OldRawCoordinateSystemToNewRawCoordinateSystemTransform OldRawCoordinateSystemToNewRawCoordinateSystemTransform OldRawCoordinateSystemToNewRawCoordinateSystemTransform

Gets a transform representing the adjustment of this SpatialAnchor relative to its previous location.

public : Matrix4x4 OldRawCoordinateSystemToNewRawCoordinateSystemTransform { get; }public Matrix4x4 OldRawCoordinateSystemToNewRawCoordinateSystemTransform { get; }Public ReadOnly Property OldRawCoordinateSystemToNewRawCoordinateSystemTransform As Matrix4x4// You can use this property in JavaScript.
Value
Matrix4x4 Matrix4x4 Matrix4x4 Matrix4x4

The transform.