Enum MonitorFrom
Flags for the MonitorFromRect / MonitorFromWindow "flags" field see MonitorFromRect function or see MonitorFromWindow function
Namespace: Dapplo.Windows.User32.Enums
Assembly: Dapplo.Windows.User32.dll
Syntax
public enum MonitorFrom : uint
Fields
Name | Description |
---|---|
DefaultToNearest | Returns a handle to the display monitor that is nearest to the rectangle. |
DefaultToNull | Returns NULL. (why??) |
DefaultToPrimary | Returns a handle to the primary display monitor. |