ARCed.Scintilla.NativeMethods.GetUpdateRect C# (CSharp) Method

GetUpdateRect() private method

private GetUpdateRect ( IntPtr hWnd, RECT &lpRect, bool bErase ) : bool
hWnd System.IntPtr
lpRect RECT
bErase bool
return bool
        public static extern bool GetUpdateRect(
            IntPtr hWnd,
            out RECT lpRect,
            bool bErase);