PerceptionCorrelation.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The position of the device in the common coordinate frame shared by other PerceptionCorrelations in the PerceptionCorrelationGroup.
public:
property float3 Position { float3 get(); };
float3 Position();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
float3 Position();
public Vector3 Position { get; }
public Vector3 Position { [Windows.Foundation.Metadata.Deprecated("PerceptionCorrelation may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var vector3 = perceptionCorrelation.position;
Public ReadOnly Property Position As Vector3
Property Value
The position of the described device.
- Attributes