Partager via


IXamlDirect.GetMatrix3DProperty(Object, XamlPropertyIndex) Méthode

Définition

Obtient la valeur d’une propriété Matrix3D pour un IXamlDirect spécifique.

Cette documentation s’applique à WinUI 2 pour UWP (pour WinUI dans le SDK d'application Windows, consultez les espaces de noms SDK d'application Windows).

public:
 Matrix3D GetMatrix3DProperty(Platform::Object ^ xamlDirectObject, XamlPropertyIndex propertyIndex);
Matrix3D GetMatrix3DProperty(IInspectable const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix3D GetMatrix3DProperty(object xamlDirectObject, XamlPropertyIndex propertyIndex);
Public Function GetMatrix3DProperty (xamlDirectObject As Object, propertyIndex As XamlPropertyIndex) As Matrix3D

Paramètres

xamlDirectObject
Object

Platform::Object

IInspectable

Référence à iXamlDirect spécifique.

propertyIndex
XamlPropertyIndex

Référence à la propriété Matrix3D sur laquelle obtenir la valeur dans la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .

Retours

[Matrix3D] ((/uwp/api/windows.ui.xaml.media.media3d.matrix3d) de la propriété spécifiée.

S’applique à

Voir aussi