System::Drawing::Graphics::MultiplyTransform method
Graphics::MultiplyTransform method
Multiplies the world transformation matrix of the current Graphics object by the specified matrix.
void System::Drawing::Graphics::MultiplyTransform(const SharedPtr<Drawing2D::Matrix> &matrix, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
Parameter | Type | Description |
---|---|---|
matrix | const SharedPtr<Drawing2D::Matrix>& | The matrix to multiply the world transformation matrix of the current Graphics object by |
order | Drawing2D::MatrixOrder | The multiplication order |
See Also
- Typedef SharedPtr
- Class Matrix
- Enum MatrixOrder
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++