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

◆ rotate_flip() [1/2]

static void xtd::drawing::image_converter::rotate_flip ( xtd::drawing::image image,
xtd::drawing::rotate_flip_type  rotate_flip_type 
)
static

Rotates, flips, or rotates and flips of the specified image with specified rotate flip type.

Parameters
imageThe image to be rotated, flipped or rotated and flipped.
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.
Appearance
Original Converted