Graphics.MultiplyTransform
Contents
[
Hide
]MultiplyTransform(Matrix)
Multiplies the Matrix
that represents the local geometric transform of this Graphics
by the specified Matrix
by prepending the specified Matrix
.
public void MultiplyTransform(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The Matrix by which to multiply the geometric transform. |
See Also
- class Matrix
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging
MultiplyTransform(Matrix, MatrixOrder)
Multiplies the Matrix
that represents the local geometric transform of this Graphics
by the specified Matrix
in the specified order.
public void MultiplyTransform(Matrix matrix, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The Matrix by which to multiply the geometric transform. |
order | MatrixOrder | A MatrixOrder that specifies in which order to multiply the two matrices. |
See Also
- class Matrix
- enum MatrixOrder
- class Graphics
- namespace Aspose.Imaging
- assembly Aspose.Imaging