void xtd::drawing::graphics::scale_transform | ( | float | sx, |
float | sy, | ||
xtd::drawing::drawing_2d::matrix_order | order | ||
) |
Applies the specified scaling operation to the transformation matrix of this xtd::drawing::graphics in the specified order.
sx | Scale factor in the x direction. |
sy | Scale factor in the y direction. |
order | Member of the xtd::drawing::drawing_2d::matrix_order enumeration that specifies whether the scaling operation is prepended or appended to the transformation matrix. |