System::Drawing::Drawing2D::Matrix::Multiply method
Contents
[
Hide
]Matrix::Multiply(const SharedPtr<Matrix>&) method
Multiplies the matrix represented by the current object by the specified matrix.
void System::Drawing::Drawing2D::Matrix::Multiply(const SharedPtr<Matrix> &matrix)
Parameter | Type | Description |
---|---|---|
matrix | const SharedPtr<Matrix>& | The matrix to multiply the matrix represented by the current object by |
See Also
- Typedef SharedPtr
- Class Matrix
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++
Matrix::Multiply(const SharedPtr<Matrix>&, MatrixOrder) method
Multiplies the matrix represented by the current object by the specified matrix.
void System::Drawing::Drawing2D::Matrix::Multiply(const SharedPtr<Matrix> &matrix, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
matrix | const SharedPtr<Matrix>& | The matrix to multiply the matrix represented by the current object by |
order | MatrixOrder | The multiplication order |
See Also
- Typedef SharedPtr
- Class Matrix
- Enum MatrixOrder
- Class Matrix
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++