Removed domain reference for external method

This commit is contained in:
Andrew Murray 2020-07-14 22:37:03 +10:00
parent 45564fe89d
commit f454b24288

View File

@ -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)