xtd 0.2.0
Loading...
Searching...
No Matches

◆ rotate_flip()

void xtd::drawing::image::rotate_flip ( xtd::drawing::rotate_flip_type  rotate_flip_type)

Rotates, flips, or rotates and flips the xtd::drawing::image.

Parameters
rotate_flip_typeA xtd::drawing::rotate_flip_type member that specifies the type of rotation and flip to apply to the image.
Remarks
The xtd::drawing::image::rotate_flip method rotates the image clockwise.
If you wish to draw on an image once it has been rotated, you should always retrieve a new graphics object from the image, otherwise an exception could occur.