LinearGradientBrush.MultiplyTransform
Contents
[
Hide
]MultiplyTransform(Matrix)
Multiplies the Matrix that represents the local geometric transform of this LinearGradientBrush 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 LinearGradientBrush
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing
MultiplyTransform(Matrix, MatrixOrder)
Multiplies the Matrix that represents the local geometric transform of this LinearGradientBrush 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 LinearGradientBrush
- namespace System.Drawing.Drawing2D
- assembly Aspose.Drawing