.
The GetUpdateRect API
6/7/2016 7:55:27 AM - jnm2-74.212.46.188
.
public extern static bool GetUpdateRect(IntPtr hWnd, ref RECT rect, bool bErase);
.
Private Shared Function GetUpdateRect(ByVal hWnd As IntPtr, ByRef rect As RECT, ByVal bErase As Boolean) As Boolean
.
GetUpdateRect(Me.Handle, rRect, bErase)
.