Back to Devexpress

DXCompositingMode Enum

corelibraries-devexpress-dot-drawing-73f22b6e.md

latest1.1 KB
Original Source

DXCompositingMode Enum

Lists values that indicate how to combine source colors with background colors.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public enum DXCompositingMode
vb
Public Enum DXCompositingMode

Members

NameDescription
SourceOver

When a source color is rendered, it blends with the background color. The blend is determined by the alpha component of the color being rendered.

| | SourceCopy |

When a source color is rendered, it overwrites the background color.

|

The following properties accept/return DXCompositingMode values:

See Also

DevExpress.Drawing Namespace