cadencii.win32.InvalidateRect C# (CSharp) Method

InvalidateRect() private method

private InvalidateRect ( IntPtr hWnd, IntPtr lpRect, bool bErase ) : bool
hWnd IntPtr
lpRect IntPtr
bErase bool
return bool
        public static extern bool InvalidateRect( IntPtr hWnd, IntPtr lpRect, bool bErase );
win32