Enum RegionResults
See See GetWindowRgn function
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum RegionResults : int
Fields
Name | Description |
---|---|
ComplexRegion | The region is more than one rectangle. |
Error | The specified window does not have a region, or an error occurred while attempting to return the region. |
NullRegion | The region is empty. |
SimpleRegion | The region is a single rectangle. |