Partager via


Matrix.Multiply(Matrix, Matrix) Opérateur

Définition

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

Retours

S’applique à