PerceptionColorFrameSource.TryGetTransformTo(String, Matrix4x4) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette méthode retourne la transformation de la source de cadre de couleur à l’entité cible et définit hasResult sur true, s’il existe une corrélation. Si aucune corrélation n’existe, hasResult a la valeur false et le résultat n’est pas modifié.
public:
virtual bool TryGetTransformTo(Platform::String ^ targetId, [Out] float4x4 & result) = TryGetTransformTo;
bool TryGetTransformTo(winrt::hstring const& targetId, [Out] float4x4 & result);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource may be unavailable after Windows Creator Update. Use Windows.Media.Capture.Frames.MediaFrameSource instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
bool TryGetTransformTo(winrt::hstring const& targetId, [Out] float4x4 & result);
public bool TryGetTransformTo(string targetId, out Matrix4x4 result);
[Windows.Foundation.Metadata.Deprecated("PerceptionColorFrameSource 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 TryGetTransformTo(string targetId, out Matrix4x4 result);
Public Function TryGetTransformTo (targetId As String, ByRef result As Matrix4x4) As Boolean
Paramètres
- targetId
-
String
Platform::String
winrt::hstring
ID unique de l’entité cible.
- result
-
Matrix4x4
float4x4
S’il existe une corrélation, celle-ci est définie sur une matrice de transformation 4x4 qui change de base du système de coordonnées source du cadre de couleur vers le système de coordonnées d’entité cible.
Retours
bool
Retourne true si une corrélation existe, sinon false.
- Attributs