ATMLUtilitiesLibrary.Win32.InvalidateRect C# (CSharp) Метод

InvalidateRect() приватный Метод

private InvalidateRect ( IntPtr hwnd, Rectangle &rect, bool bErase ) : bool
hwnd System.IntPtr
rect System.Drawing.Rectangle
bErase bool
Результат bool
        public static extern bool InvalidateRect(IntPtr hwnd, ref Rectangle rect, bool bErase);