RegionCombineMode Enumeration
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum RegionCombineMode
Public Enumeration RegionCombineMode
Dim instance As RegionCombineMode
public enum class RegionCombineMode
No code example is currently available or this language may not be supported.
And |
1 |
Creates the intersection of the two combined regions.
|
Or |
2 |
Creates the union of two combined regions.
|
Xor |
3 |
Creates the union of two combined regions except for any overlapping areas.
|
Diff |
4 |
Combines the parts of the region identified by hRgnSrc1 parameter
that are not part of the region identified by hRgnSrc2 parameter.
|
Copy |
5 |
Creates a copy of the region identified by hRgnSrc1 parameter.
|