BlockStudio.CustomControls.MessageBoxEx.GetWindowRect C# (CSharp) Method

GetWindowRect() private method

private GetWindowRect ( IntPtr hWnd, Rectangle &lpRect ) : bool
hWnd System.IntPtr
lpRect System.Drawing.Rectangle
return bool
        private static extern bool GetWindowRect(IntPtr hWnd, ref Rectangle lpRect);