MultiplyTransform()
TextureBrush::MultiplyTransform(const SharedPtr<Drawing2D::Matrix>&, Drawing2D::MatrixOrder) method
Multiplies current object’s transform matrix by the specified matrix.
void System::Drawing::TextureBrush::MultiplyTransform(const SharedPtr<Drawing2D::Matrix> &matrix, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
Arguments
Parameter | Type | Description |
---|---|---|
matrix | const SharedPtr<Drawing2D::Matrix>& | The matrix by which the current object’s transform matrix is multiplied |
order | Drawing2D::MatrixOrder | Specifies the order of the operation |
See Also
- Enum MatrixOrder
- Typedef SharedPtr
- Class Matrix
- Class TextureBrush
- Namespace System::Drawing
- Library Aspose.Slides