[DllImport("user32.dll")]
static extern bool ScrollDC(IntPtr hDC, int dx, int dy, IntPtr lprcScroll,
IntPtr lprcClip, IntPtr hrgnUpdate, out RECT lprcUpdate);
BOOL ScrollDC( HDC hDC,
int dx,
int dy,
const RECT *lprcScroll,
const RECT *lprcClip,
HRGN hrgnUpdate,
LPRECT lprcUpdate
);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!