MetafileRecorderGraphics2D.MultiplyTransform
MultiplyTransform(Matrix)
Multiplies the world transformation of this Graphics and specified the Matrix.
public void MultiplyTransform(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The matrix that multiplies the world transformation. |
See Also
- class Matrix
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging
MultiplyTransform(Matrix, MatrixOrder)
Multiplies the world transformation of this Graphics and specified the Matrix in the specified order.
public void MultiplyTransform(Matrix matrix, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The matrix that multiplies the world transformation. |
order | MatrixOrder | The order of the multiplication. |
See Also
- class Matrix
- enum MatrixOrder
- class MetafileRecorderGraphics2D
- namespace Aspose.Imaging.FileFormats.Emf.Graphics
- assembly Aspose.Imaging