CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
compositing_mode.h
1
2#ifndef _CompositingMode_h_
3#define _CompositingMode_h_
4
5namespace System { namespace Drawing { namespace Drawing2D {
7 enum class CompositingMode {
13 };
14
15}}}
16
17#endif
CompositingMode
Specifies how source colors and background colors are combined.
Definition: compositing_mode.h:7
@ SourceOver
The color being rendered overwrites the background color.
@ SourceCopy
The source region is copied directly to the destination region.
Definition: db_command.h:9