ComponentOne Bitmap for UWP
CompositeMode Enumeration

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace : CompositeMode Enumeration
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

Reference

C1.Util.DX.Direct2D Namespace