Skip to content

HDrawingObject🔗

Name🔗

HDrawingObject — Represents an instance of a drawing object.

Constructors🔗

 
CreateDrawingObjectCircle Create a circle which can be modified interactively.
CreateDrawingObjectRectangle1 Create a rectangle parallel to the coordinate axis which can be modified interactively.
CreateDrawingObjectRectangle2 Create a rectangle of any orientation which can be modified interactively.

Methods🔗

 
AttachBackgroundToWindow Attach a background image to a HALCON window.
ClearDrawingObject Delete drawing object.
CreateDrawingObjectCircle Create a circle which can be modified interactively.
CreateDrawingObjectCircleSector Create a circle sector which can be modified interactively.
CreateDrawingObjectEllipse Create an ellipse which can be modified interactively.
CreateDrawingObjectEllipseSector Create an elliptic sector which can be modified interactively.
CreateDrawingObjectLine Create a line which can be modified interactively.
CreateDrawingObjectRectangle1 Create a rectangle parallel to the coordinate axis which can be modified interactively.
CreateDrawingObjectRectangle2 Create a rectangle of any orientation which can be modified interactively.
CreateDrawingObjectText Create a text object which can be moved interactively.
CreateDrawingObjectXld Create a XLD contour which can be modified interactively.
DetachBackgroundFromWindow Detach the background image from a HALCON window.
GetDrawingObjectIconic Return the iconic object of a drawing object.
GetDrawingObjectParams Get the parameters of a drawing object.
SendMouseDoubleClickEvent Send an event to a buffer window signaling a mouse double click event.
SendMouseDownEvent Send an event to a window buffer signaling a mouse down event.
SendMouseDragEvent Send an event to a buffer window signaling a mouse drag event.
SendMouseUpEvent Send an event to a buffer window signaling a mouse up event.
SetDrawingObjectCallback Add a callback function to a drawing object.
SetDrawingObjectParams Set the parameters of a drawing object.
SetDrawingObjectXld Set the contour of an interactive draw XLD.