Enum D2D1CombineMode
This enumeration describes the type of combine operation to be performed.
Namespace: JeremyAnsel.DirectX.D2D1
Assembly: JeremyAnsel.DirectX.D2D1.dll
Syntax
public enum D2D1CombineMode
Fields
Name | Description |
---|---|
Exclude | Produce a geometry representing the set of points contained in the first geometry but not the second geometry. |
Intersect | Produce a geometry representing the set of points common to the first and the second geometries. |
Union | Produce a geometry representing the set of points contained in either the first or the second geometry. |
Xor | Produce a geometry representing the set of points contained in the first geometry or the second geometry, but not both. |