XpsMatrix.Multiply
Multiply(Matrix, MatrixOrder)
この行列に、matrix で指定された順序でmatrixOrder.
public void Multiply(Matrix matrix, MatrixOrder matrixOrder)
パラメータ | タイプ | 説明 |
---|---|---|
matrix | Matrix | マトリックス。 |
matrixOrder | MatrixOrder | オーダー。 |
関連項目
- class XpsMatrix
- 名前空間 Aspose.Page.XPS.XpsModel
- 組み立て Aspose.Page
Multiply(Matrix)
この行列に、matrix デフォルト (Prepend) 順.
public void Multiply(Matrix matrix)
パラメータ | タイプ | 説明 |
---|---|---|
matrix | Matrix | マトリックス。 |
関連項目
- class XpsMatrix
- 名前空間 Aspose.Page.XPS.XpsModel
- 組み立て Aspose.Page
Multiply(XpsMatrix, MatrixOrder)
この行列に、matrix で指定された順序でmatrixOrder.
public void Multiply(XpsMatrix matrix, MatrixOrder matrixOrder)
パラメータ | タイプ | 説明 |
---|---|---|
matrix | XpsMatrix | マトリックス。 |
matrixOrder | MatrixOrder | オーダー。 |
関連項目
- class XpsMatrix
- 名前空間 Aspose.Page.XPS.XpsModel
- 組み立て Aspose.Page
Multiply(XpsMatrix)
この行列に、matrix デフォルト (Prepend) 順.
public void Multiply(XpsMatrix matrix)
パラメータ | タイプ | 説明 |
---|---|---|
matrix | XpsMatrix | マトリックス。 |
関連項目
- class XpsMatrix
- 名前空間 Aspose.Page.XPS.XpsModel
- 組み立て Aspose.Page