GetUpdateRect
[DllImport("user32.dll", SetLastError = true)]
public static extern bool GetUpdateRect(
IntPtr hWnd,
out RECT lpRect,
bool bErase
);Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern bool GetUpdateRect(
IntPtr hWnd,
out RECT lpRect,
bool bErase
);Last updated