Enum CombineMode
A mode indicating how two regions will be combined.
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public enum CombineMode
Fields
| Name | Description |
|---|---|
| And | Creates the intersection of the two combined regions. |
| Diff | Combines the parts of source1 that are not part of source2. |
| Or | Creates the union of two combined regions. |
| Xor | Creates the union of two combined regions except for any overlapping areas. |