void xtd::drawing::graphics::multiply_transform | ( | const xtd::drawing::drawing_2d::matrix & | matrix, |
xtd::drawing::drawing_2d::matrix_order | order | ||
) |
Multiplies the world transformation of this xtd::drawing::graphics and specified the xtd::drawing::drawing_2d::matrix with specified order.
matrix | 4x4 xtd::drawing::drawing_2d::matrix that multiplies the world transformation. |
order | Member of the xtd::drawing::drawing_2d::matrix_order enumeration that determines the order of the multiplication. |