void xtd::drawing::graphics::scale_transform | ( | float | sx, |
float | sy | ||
) |
Applies the specified scaling operation to the transformation matrix of this xtd::drawing::graphics by prepending it to the object's transformation matrix.
sx | Scale factor in the x direction. |
sy | Scale factor in the y direction. |