mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Updated description
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
fd14824649
commit
ec6a57f69d
|
@ -22,10 +22,10 @@ or the clipboard to a PIL image memory.
|
||||||
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
|
.. versionadded:: 1.1.3 (Windows), 3.0.0 (macOS), 7.1.0 (Linux)
|
||||||
|
|
||||||
:param bbox: What region to copy. Default is the entire screen.
|
:param bbox: What region to copy. Default is the entire screen.
|
||||||
On macOS, this is not increased to 2x for retina screens, so the full
|
On macOS, this is not increased to 2x for Retina screens, so the full
|
||||||
width of a retina screen would be 1440, not 2880.
|
width of a Retina screen would be 1440, not 2880.
|
||||||
On Windows OS, the top-left point may be negative if
|
On Windows, the top-left point may be negative if ``all_screens=True``
|
||||||
``all_screens=True`` is used.
|
is used.
|
||||||
:param include_layered_windows: Includes layered windows. Windows OS only.
|
:param include_layered_windows: Includes layered windows. Windows OS only.
|
||||||
|
|
||||||
.. versionadded:: 6.1.0
|
.. versionadded:: 6.1.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user