System::Drawing::Drawing2D::CompositingMode enum
CompositingMode enum
Specifies how source colors and background colors are combined.
enum class CompositingMode
Values
Name | Value | Description |
---|---|---|
SourceOver | 0 | The color being rendered overwrites the background color. |
SourceCopy | 1 |
See Also
- Namespace System::Drawing::Drawing2D
- Library Aspose.PDF for C++