BlockStudio.CustomControls.MessageBoxEx.GetWindowRect C# (CSharp) Méthode

GetWindowRect() private méthode

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