Bitmap for WPF
CompositeMode 列挙体

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 : CompositeMode 列挙体
D2D1_COMPOSITE_MODE
シンタックス
'宣言
 
Public Enum CompositeMode 
   Inherits System.Enum
public enum CompositeMode : System.Enum 
メンバ
メンバ解説
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
継承階層

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

参照

C1.Util.DX.Direct2D 名前空間