ATMLUtilitiesLibrary.Win32.GetClientRect C# (CSharp) Method

GetClientRect() private method

private GetClientRect ( IntPtr hwnd, System.Windows.Forms.RECT &lpRect ) : int
hwnd System.IntPtr
lpRect System.Windows.Forms.RECT
return int
        public static extern int GetClientRect(IntPtr hwnd, ref RECT lpRect);

Same methods

Win32::GetClientRect ( IntPtr hwnd, [ rect ) : int