UtilImageGetRealWindowRect(IntPtr) 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(
IntPtr hWnd
)
Public Shared Function GetRealWindowRect (
hWnd As IntPtr
) As Rectangle
Dim hWnd As IntPtr
Dim returnValue As Rectangle
returnValue = UtilImage.GetRealWindowRect(hWnd)
public:
static Rectangle GetRealWindowRect(
IntPtr hWnd
)
static member GetRealWindowRect :
hWnd : IntPtr -> Rectangle
No code example is currently available or this language may not be supported.
- hWnd IntPtr
-
A handle to the window.
Rectangle
The resulting (non-client)
Rectangle of the window.