XamlDirect.GetMatrix3DProperty(IXamlDirectObject, XamlPropertyIndex) Méthode
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.
Obtient la valeur d’une propriété Matrix3D pour un objet IXamlDirectObject spécifique.
public:
virtual Matrix3D GetMatrix3DProperty(IXamlDirectObject ^ xamlDirectObject, XamlPropertyIndex propertyIndex) = GetMatrix3DProperty;
Matrix3D GetMatrix3DProperty(IXamlDirectObject const& xamlDirectObject, XamlPropertyIndex const& propertyIndex);
public Matrix3D GetMatrix3DProperty(IXamlDirectObject xamlDirectObject, XamlPropertyIndex propertyIndex);
function getMatrix3DProperty(xamlDirectObject, propertyIndex)
Public Function GetMatrix3DProperty (xamlDirectObject As IXamlDirectObject, propertyIndex As XamlPropertyIndex) As Matrix3D
- xamlDirectObject
- IXamlDirectObject
Référence au IXamlDirectObject spécifique.
- propertyIndex
- XamlPropertyIndex
Référence à la propriété Matrix3D pour obtenir la valeur de à partir de la liste des propriétés prises en charge dans l’énumération XamlPropertyIndex .
Valeur matrix3D de la propriété spécifiée.
Produit | Versions |
---|---|
WinRT | Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |