RegionComplexity Enumeration
specifies the complexity of a region.
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 RegionComplexity
Public Enumeration RegionComplexity
Dim instance As RegionComplexity
public enum class RegionComplexity
No code example is currently available or this language may not be supported.
Error |
0 |
The specified window does not have a region, or an error occurred while attempting to return the region.
|
NullRegion |
1 |
The region is empty.
|
SimpleRegion |
2 |
The region is a single rectangle.
|
ComplexRegion |
3 |
The region is more than one rectangle.
|