PathGradientBrush.MultiplyTransform
Contents
[
Hide
]MultiplyTransform(Matrix)
Updates the brush’s transformation matrix with the product of brush’s transformation matrix multiplied by another matrix.
public void MultiplyTransform(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The Matrix that will be multiplied by the brush’s current transformation matrix. |
See Also
- class Matrix
- class PathGradientBrush
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
MultiplyTransform(Matrix, MatrixOrder)
Updates the brush’s transformation matrix with the product of the brush’s transformation matrix multiplied by another matrix.
public void MultiplyTransform(Matrix matrix, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The Matrix that will be multiplied by the brush’s current transformation matrix. |
order | MatrixOrder | A MatrixOrder that specifies in which order to multiply the two matrices. |
See Also
- class Matrix
- enum MatrixOrder
- class PathGradientBrush
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing