add version added [ci skip]

This commit is contained in:
nulano 2019-09-27 00:58:32 +02:00
parent 6a2d8f8da0
commit 3c311f5619

View File

@ -22,7 +22,11 @@ or the clipboard to a PIL image memory.
:param bbox: What region to copy. Default is the entire screen.
Note that on Windows OS, the top-left point may be negative if ``all_screens=True`` is used.
:param include_layered_windows: Includes layered windows. Windows OS only.
.. versionadded:: 6.1.0
:param all_screens: Capture all monitors. Windows OS only.
.. versionadded:: 6.2.0
:return: An image
.. py:function:: PIL.ImageGrab.grabclipboard()