RegionComplexity Enumeration

specifies the complexity of a region.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum RegionComplexity

Remarks

Members

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.

See Also