Name
detach_background_from_windowdetach_background_from_windowDetachBackgroundFromWindowDetachBackgroundFromWindow — Detach the background image from a HALCON window.
Herror detach_background_from_window(const Hlong WindowHandle)
Herror T_detach_background_from_window(const Htuple WindowHandle)
This operator detaches the background image that was previously attached
with attach_background_to_windowattach_background_to_windowAttachBackgroundToWindowAttachBackgroundToWindowAttachBackgroundToWindow from the HALCON window
defined in WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle.
Thus the background of the window will be cleared.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
If the window exists and the specified parameters are correct
detach_background_from_windowdetach_background_from_windowDetachBackgroundFromWindowDetachBackgroundFromWindowDetachBackgroundFromWindow returns 2 (H_MSG_TRUE). If necessary an
exception is raised.
attach_background_to_windowattach_background_to_windowAttachBackgroundToWindowAttachBackgroundToWindowAttachBackgroundToWindow
Foundation