Visual.TransformMatrix Propriété
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.
Matrice de transformation à appliquer au visuel. Animatable.
public:
property float4x4 TransformMatrix { float4x4 get(); void set(float4x4 value); };
float4x4 TransformMatrix();
void TransformMatrix(float4x4 value);
public Matrix4x4 TransformMatrix { get; set; }
var matrix4x4 = visual.transformMatrix;
visual.transformMatrix = matrix4x4;
Public Property TransformMatrix As Matrix4x4
Valeur de propriété
Matrice de transformation à appliquer au visuel.
Remarques
Cette propriété peut être animée. Appelez CompositionObject.StartAnimation pour l’associer à une CompositionAnimation.