MagSetWindowSource function magnification
Sets the source rectangle for the magnification window.
BOOL MagSetWindowSource(
HWND hwnd,
RECT rect
);
Implementation
int MagSetWindowSource(int hwnd, RECT rect) => _MagSetWindowSource(hwnd, rect);