Pen.MultiplyTransform
Contents
[
Hide
]MultiplyTransform(Matrix)
Multiplies the transformation matrix for this Pen
by the specified Matrix
.
public void MultiplyTransform(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The Matrix object by which to multiply the transformation matrix. |
See Also
- class Matrix
- class Pen
- namespace Aspose.Imaging
- assembly Aspose.Imaging
MultiplyTransform(Matrix, MatrixOrder)
Multiplies the transformation matrix for this Pen
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 transformation matrix. |
order | MatrixOrder | The order in which to perform the multiplication operation. |
See Also
- class Matrix
- enum MatrixOrder
- class Pen
- namespace Aspose.Imaging
- assembly Aspose.Imaging