TextureBrush.MultiplyTransform
Contents
[
Hide
]MultiplyTransform(Matrix)
Multiplies the Matrix object that represents the local geometric transformation of this TextureBrush object by the specified Matrix object by prepending the specified Matrix object.
public void MultiplyTransform(Matrix matrix)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The Matrix object by which to multiply the geometric transformation. |
See Also
- class Matrix
- class TextureBrush
- namespace System.Drawing
- assembly Aspose.Drawing
MultiplyTransform(Matrix, MatrixOrder)
Multiplies the Matrix object that represents the local geometric transformation of this TextureBrush object by the specified Matrix object in the specified order.
public void MultiplyTransform(Matrix matrix, MatrixOrder order)
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The Matrix object by which to multiply the geometric transformation. |
order | MatrixOrder | A MatrixOrder enumeration that specifies the order in which to multiply the two matrices. |
See Also
- class Matrix
- enum MatrixOrder
- class TextureBrush
- namespace System.Drawing
- assembly Aspose.Drawing