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 System.Drawing
- assembly Aspose.Drawing
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 Matrixby 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 System.Drawing
- assembly Aspose.Drawing