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