Compartilhar via


PerceptionDepthFrameSource.IsCorrelatedWith(String) Método

Definição

Verifica se a origem do quadro de profundidade está ou não correlacionada com a entidade de destino. Se o resultado for true, uma matriz de transformação poderá ser recuperada para alterar a base de coordenadas dessa fonte de quadro de profundidade para a entidade ou vice-versa.

public:
 virtual bool IsCorrelatedWith(Platform::String ^ targetId) = IsCorrelatedWith;
bool IsCorrelatedWith(winrt::hstring const& targetId);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool IsCorrelatedWith(winrt::hstring const& targetId);
public bool IsCorrelatedWith(string targetId);
[Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSource may be unavailable after Windows Creator Update.  Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public bool IsCorrelatedWith(string targetId);
function isCorrelatedWith(targetId)
Public Function IsCorrelatedWith (targetId As String) As Boolean

Parâmetros

targetId
String

Platform::String

winrt::hstring

A ID exclusiva da entidade de destino.

Retornos

Boolean

bool

True se houver uma correlação, caso contrário, false.

Atributos

Aplica-se a