'Declaration Public Enum CompositeMode Inherits System.Enum
public enum CompositeMode : System.Enum
'Declaration Public Enum CompositeMode Inherits System.Enum
public enum CompositeMode : System.Enum
Member | Description |
---|---|
BoundedSourceCopy | D2D1_COMPOSITE_MODE_BOUNDED_SOURCE_COPY |
DestinationAtop | D2D1_COMPOSITE_MODE_DESTINATION_ATOP |
DestinationIn | D2D1_COMPOSITE_MODE_DESTINATION_IN |
DestinationOut | D2D1_COMPOSITE_MODE_DESTINATION_OUT |
DestinationOver | D2D1_COMPOSITE_MODE_DESTINATION_OVER |
MaskInvert | D2D1_COMPOSITE_MODE_MASK_INVERT |
Plus | D2D1_COMPOSITE_MODE_PLUS |
SourceAtop | D2D1_COMPOSITE_MODE_SOURCE_ATOP |
SourceCopy | D2D1_COMPOSITE_MODE_SOURCE_COPY |
SourceIn | D2D1_COMPOSITE_MODE_SOURCE_IN |
SourceOut | D2D1_COMPOSITE_MODE_SOURCE_OUT |
SourceOver | D2D1_COMPOSITE_MODE_SOURCE_OVER |
Xor | D2D1_COMPOSITE_MODE_XOR |
System.Object
System.ValueType
System.Enum
C1.Util.DX.Direct2D.CompositeMode