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)
ParameterTypeDescription
matrixconst SharedPtr<Drawing2D::Matrix>&The matrix by which the current object’s transform matrix is multiplied
orderDrawing2D::MatrixOrderSpecifies the order of the operation

See Also