System::Drawing::Pen::MultiplyTransform method
Pen::MultiplyTransform method
Multiplies current object’s transform matrix by the specified matrix.
void System::Drawing::Pen::MultiplyTransform(const SharedPtr<Drawing2D::Matrix> &matrix, Drawing2D::MatrixOrder order=Drawing2D::MatrixOrder::Prepend)
| 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
- Typedef SharedPtr
 - Class Matrix
 - Enum MatrixOrder
 - Class Pen
 - Namespace System::Drawing
 - Library Aspose.Font for C++