Matrix.Multiply(Matrix, Matrix) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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
參數
- trans1
- Matrix
- trans2
- Matrix