Open radarhere opened 3 weeks ago
Resolves #4415
Adds a handle argument to ImageGrab.grab() that accepts a HDC, allowing for a screenshot of a specific window, rather than the entire screen.
handle
ImageGrab.grab()
Resolves #4415
Adds a
handle
argument toImageGrab.grab()
that accepts a HDC, allowing for a screenshot of a specific window, rather than the entire screen.