mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 11:26:27 +03:00
Removed domain reference for external method
This commit is contained in:
parent
45564fe89d
commit
f454b24288
|
@ -88,8 +88,8 @@ class Dib:
|
||||||
Copy the bitmap contents to a device context.
|
Copy the bitmap contents to a device context.
|
||||||
|
|
||||||
:param handle: Device context (HDC), cast to a Python integer, or an
|
:param handle: Device context (HDC), cast to a Python integer, or an
|
||||||
HDC or HWND instance. In PythonWin, you can use the
|
HDC or HWND instance. In PythonWin, you can use
|
||||||
:py:meth:`CDC.GetHandleAttrib` to get a suitable handle.
|
``CDC.GetHandleAttrib()`` to get a suitable handle.
|
||||||
"""
|
"""
|
||||||
if isinstance(handle, HWND):
|
if isinstance(handle, HWND):
|
||||||
dc = self.image.getdc(handle)
|
dc = self.image.getdc(handle)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user