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

Definition

Contains xtd::drawing::copy_pixel_operation 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::copy_pixel_operation {
  xtd::drawing::copy_pixel_operation::blackness ,
  xtd::drawing::copy_pixel_operation::capture_blt ,
  xtd::drawing::copy_pixel_operation::destination_invert ,
  xtd::drawing::copy_pixel_operation::merge_copy ,
  xtd::drawing::copy_pixel_operation::merge_paint ,
  xtd::drawing::copy_pixel_operation::no_mirror_bitmap ,
  xtd::drawing::copy_pixel_operation::not_source_copy ,
  xtd::drawing::copy_pixel_operation::not_source_erase ,
  xtd::drawing::copy_pixel_operation::pat_copy ,
  xtd::drawing::copy_pixel_operation::pat_invert ,
  xtd::drawing::copy_pixel_operation::pat_paint ,
  xtd::drawing::copy_pixel_operation::source_and ,
  xtd::drawing::copy_pixel_operation::source_copy ,
  xtd::drawing::copy_pixel_operation::source_erase ,
  xtd::drawing::copy_pixel_operation::source_invert ,
  xtd::drawing::copy_pixel_operation::source_paint ,
  xtd::drawing::copy_pixel_operation::whiteness
}
 Determines how the source color in a copy pixel operation is combined with the destination color to result in a final color. More...