CompositionShape.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.
Obtient ou définit la matrice de transformation à appliquer à la forme.
public:
property float3x2 TransformMatrix { float3x2 get(); void set(float3x2 value); };
float3x2 TransformMatrix();
void TransformMatrix(float3x2 value);
public Matrix3x2 TransformMatrix { get; set; }
var matrix3x2 = compositionShape.transformMatrix;
compositionShape.transformMatrix = matrix3x2;
Public Property TransformMatrix As Matrix3x2
Valeur de propriété
Matrice de transformation à appliquer à la forme.