ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / CompositeMode Enumeration

In This Topic
    CompositeMode Enumeration
    In This Topic
    D2D1_COMPOSITE_MODE
    Syntax
    'Declaration
     
    Public Enum CompositeMode 
       Inherits System.Enum
    public enum CompositeMode : System.Enum 
    Members
    MemberDescription
    BoundedSourceCopyD2D1_COMPOSITE_MODE_BOUNDED_SOURCE_COPY
    DestinationAtopD2D1_COMPOSITE_MODE_DESTINATION_ATOP
    DestinationInD2D1_COMPOSITE_MODE_DESTINATION_IN
    DestinationOutD2D1_COMPOSITE_MODE_DESTINATION_OUT
    DestinationOverD2D1_COMPOSITE_MODE_DESTINATION_OVER
    MaskInvertD2D1_COMPOSITE_MODE_MASK_INVERT
    PlusD2D1_COMPOSITE_MODE_PLUS
    SourceAtopD2D1_COMPOSITE_MODE_SOURCE_ATOP
    SourceCopyD2D1_COMPOSITE_MODE_SOURCE_COPY
    SourceInD2D1_COMPOSITE_MODE_SOURCE_IN
    SourceOutD2D1_COMPOSITE_MODE_SOURCE_OUT
    SourceOverD2D1_COMPOSITE_MODE_SOURCE_OVER
    XorD2D1_COMPOSITE_MODE_XOR
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.Direct2D.CompositeMode

    See Also