2#ifndef _CompositingMode_h_
3#define _CompositingMode_h_
5namespace System {
namespace Drawing {
namespace Drawing2D {
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