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

◆ rotate_flip() [2/2]

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

Creates a new image with rotations, flips, or rotations 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.
Returns
The converted image.
Remarks
The xtd::drawing::image::rotate_flip method rotates the image clockwise.
Appearance
Original Converted