UtilImageGetRealWindowRect(Form) Method
Gets the (non-client)
Rectangle of a window.
This method supports a borderless
Windows 10 window.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Rectangle GetRealWindowRect(
Form form
)
Public Shared Function GetRealWindowRect (
form As Form
) As Rectangle
Dim form As Form
Dim returnValue As Rectangle
returnValue = UtilImage.GetRealWindowRect(form)
public:
static Rectangle GetRealWindowRect(
Form^ form
)
static member GetRealWindowRect :
form : Form -> Rectangle
No code example is currently available or this language may not be supported.
- form Form
-
The Form.
Rectangle
The resulting (non-client)
Rectangle of the window.