Enum PrimitiveBlend
Used to specify the geometric blend mode for all Direct2D primitives.
public enum PrimitiveBlend
Fields
Add = 3
The resulting pixel values are the sum of the source and destination pixel values. Available in Windows?8 and later.
Copy = 1
The source is copied to the destination; the destination pixels are ignored.
Maximum = 4
No documentation.
Minimum = 2
The resulting pixel values use the minimum of the source and destination pixel values. Available in Windows?8 and later.
SourceOver = 0
The standard source-over-destination blend mode.