Matrix.Multiply(Matrix, Matrix) Opérateur
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.
public:
static Microsoft::Maui::Controls::Shapes::Matrix operator *(Microsoft::Maui::Controls::Shapes::Matrix trans1, Microsoft::Maui::Controls::Shapes::Matrix trans2);
public static Microsoft.Maui.Controls.Shapes.Matrix operator * (Microsoft.Maui.Controls.Shapes.Matrix trans1, Microsoft.Maui.Controls.Shapes.Matrix trans2);
static member ( * ) : Microsoft.Maui.Controls.Shapes.Matrix * Microsoft.Maui.Controls.Shapes.Matrix -> Microsoft.Maui.Controls.Shapes.Matrix
Public Shared Operator * (trans1 As Matrix, trans2 As Matrix) As Matrix
Paramètres
- trans1
- Matrix
- trans2
- Matrix