[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetClientRect

GetClientRect Method

GetClientRect(nint, ref RECT)

Declaration
public static extern bool GetClientRect(nint hWnd, ref Win32.RECT lpRect)
Public Shared Function GetClientRect(hWnd As IntPtr, ByRef lpRect As Win32.RECT) As Boolean
Parameters
Type Name Description
nint hWnd
Win32.RECT lpRect
Returns
Type Description
bool