![Xcalibur Systems LLC Logo](../icons/logo.png) |
MonitorHelperIsWindowRectValid Method |
Determines whether [is window rect valid] [the specified rect].
Namespace: Xcalibur.NativeMethods.V2.MonitorsAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic static bool IsWindowRectValid(
Rectangle rect
)
Public Shared Function IsWindowRectValid (
rect As Rectangle
) As Boolean
public:
static bool IsWindowRectValid(
Rectangle rect
)
static member IsWindowRectValid :
rect : Rectangle -> bool
Parameters
- rect Rectangle
- The rect.
Return Value
Boolean
See Also