VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / DrawingCompositingMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    DrawingCompositingMode Enumeration
    In This Topic
    Specifies available modes, which define how to combine the source colors with the background colors.
    Syntax
    'Declaration
    
    Public Enum DrawingCompositingMode
       Inherits System.Enum
    
    
    public enum DrawingCompositingMode : System.Enum
    
    
    __value public enum DrawingCompositingMode : public System.Enum
    
    
    public enum class DrawingCompositingMode : public System.Enum
    
    
    Members
    MemberDescription
    SourceOverRendered color must be blended with the background color. The blend is determined by the alpha component of the color being rendered.
    SourceCopyRendered color overwrites the background color.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Drawing.DrawingCompositingMode

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also