Skip to content

Graphics - Object🔗

Operators🔗

attach_background_to_windowAttachBackgroundToWindow: Attach a background image to a HALCON window.

attach_drawing_object_to_windowAttachDrawingObjectToWindow: Attach an existing drawing object to a HALCON window.

clear_drawing_objectClearDrawingObject: Delete drawing object.

create_drawing_object_circleCreateDrawingObjectCircle: Create a circle which can be modified interactively.

create_drawing_object_circle_sectorCreateDrawingObjectCircleSector: Create a circle sector which can be modified interactively.

create_drawing_object_ellipseCreateDrawingObjectEllipse: Create an ellipse which can be modified interactively.

create_drawing_object_ellipse_sectorCreateDrawingObjectEllipseSector: Create an elliptic sector which can be modified interactively.

create_drawing_object_lineCreateDrawingObjectLine: Create a line which can be modified interactively.

create_drawing_object_rectangle1CreateDrawingObjectRectangle1: Create a rectangle parallel to the coordinate axis which can be modified interactively.

create_drawing_object_rectangle2CreateDrawingObjectRectangle2: Create a rectangle of any orientation which can be modified interactively.

create_drawing_object_textCreateDrawingObjectText: Create a text object which can be moved interactively.

create_drawing_object_xldCreateDrawingObjectXld: Create a XLD contour which can be modified interactively.

detach_background_from_windowDetachBackgroundFromWindow: Detach the background image from a HALCON window.

detach_drawing_object_from_windowDetachDrawingObjectFromWindow: Detach an existing drawing object from a HALCON window.

get_drawing_object_iconicGetDrawingObjectIconic: Return the iconic object of a drawing object.

get_drawing_object_paramsGetDrawingObjectParams: Get the parameters of a drawing object.

get_window_background_imageGetWindowBackgroundImage: Gets a copy of the background image of the HALCON window.

set_content_update_callbackSetContentUpdateCallback: Sets the callback for content updates in buffer window.

set_drawing_object_callbackSetDrawingObjectCallback: Add a callback function to a drawing object.

set_drawing_object_paramsSetDrawingObjectParams: Set the parameters of a drawing object.

set_drawing_object_xldSetDrawingObjectXld: Set the contour of an interactive draw XLD.