xtd 0.2.0
Loading...
Searching...
No Matches
rotate_flip_type.h File Reference
#include <xtd/enum>

Definition

Contains xtd::drawing::rotate_flip_type enum class.

Go to the source code of this file.

Namespaces

namespace  xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
namespace  xtd::drawing
 The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the xtd::drawing::drawing_2d, xtd::drawing::imaging, and xtd::drawing::text namespaces.
 

Enumerations

enum class  xtd::drawing::rotate_flip_type {
  xtd::drawing::rotate_flip_type::rotate_none_flip_none ,
  xtd::drawing::rotate_flip_type::rotate_90_flip_none ,
  xtd::drawing::rotate_flip_type::rotate_180_flip_none ,
  xtd::drawing::rotate_flip_type::rotate_270_flip_none ,
  xtd::drawing::rotate_flip_type::rotate_none_flip_x ,
  xtd::drawing::rotate_flip_type::rotate_90_flip_x ,
  xtd::drawing::rotate_flip_type::rotate_180_flip_x ,
  xtd::drawing::rotate_flip_type::rotate_270_flip_x ,
  xtd::drawing::rotate_flip_type::rotate_none_flip_y ,
  xtd::drawing::rotate_flip_type::rotate_90_flip_y ,
  xtd::drawing::rotate_flip_type::rotate_180_flip_y ,
  xtd::drawing::rotate_flip_type::rotate_270_flip_y ,
  xtd::drawing::rotate_flip_type::rotate_none_flip_xy ,
  xtd::drawing::rotate_flip_type::rotate_90_flip_xy ,
  xtd::drawing::rotate_flip_type::rotate_180_flip_xy ,
  xtd::drawing::rotate_flip_type::rotate_270_flip_xy
}
 Specifies how much an image is rotated and the axis used to flip the image. More...