Graphics.MultiplyTransform
MultiplyTransform(Matrix)
Multiplies the world transformation of this Graphics and specified the Matrix.
public void MultiplyTransform(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | 4x4 Matrix that multiplies the world transformation. |
See Also
- class Matrix
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing
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 | 4x4 Matrix that multiplies the world transformation. |
order | MatrixOrder | Member of the MatrixOrder enumeration that determines the order of the multiplication. |
See Also
- class Matrix
- enum MatrixOrder
- class Graphics
- namespace System.Drawing
- assembly Aspose.Drawing