ATMLUtilitiesLibrary.Win32.InvalidateRect C# (CSharp) Method

InvalidateRect() private method

private InvalidateRect ( IntPtr hwnd, Rectangle &rect, bool bErase ) : bool
hwnd System.IntPtr
rect System.Drawing.Rectangle
bErase bool
return bool
        public static extern bool InvalidateRect(IntPtr hwnd, ref Rectangle rect, bool bErase);