HALCON Reference Manual 10.0.2
Table of Contents / Graphics / Drawing ClassesClassesClasses | | | Operators

draw_polygondraw_polygondraw_polygonDrawPolygonDrawPolygon (Operator)

Name

draw_polygondraw_polygondraw_polygonDrawPolygonDrawPolygon — Interactive drawing of a polygon row.

Signature

draw_polygon( : PolygonRegion : WindowHandle : )

Herror draw_polygon(Hobject* PolygonRegion, const Hlong WindowHandle)

Herror T_draw_polygon(Hobject* PolygonRegion, const Htuple WindowHandle)

Herror draw_polygon(Hobject* PolygonRegion, const HTuple& WindowHandle)

HRegion HWindow::DrawPolygon() const

void HOperatorSetX.DrawPolygon(
[out] IHUntypedObjectX*PolygonRegion, [in] VARIANT WindowHandle)

void HRegionX.DrawPolygon([in] IHWindowX* WindowHandle)

IHRegionX* HWindowX.DrawPolygon()

static void HOperatorSet.DrawPolygon(out HObject polygonRegion, HTuple windowHandle)

void HRegion.DrawPolygon(HWindow windowHandle)

HRegion HWindow.DrawPolygon()

Description

draw_polygondraw_polygondraw_polygonDrawPolygonDrawPolygon produces an image. The region of that image spans exactly the imagepoints entered interactively by mouse clicks (gray values remain undefined).

Painting in the output window happens while pressing the left mouse button. Releasing the left mouse button and repressing it at another position effects drawing a line between these two points. Pressing the right mouse button terminates the input. Painting uses that color which has been set by set_colorset_colorset_colorSetColorSetColor, set_rgbset_rgbset_rgbSetRgbSetRgb, etc. .

To put gray values on the created PolygonRegionPolygonRegionPolygonRegionPolygonRegionpolygonRegion for further processing, you may use the operator reduce_domainreduce_domainreduce_domainReduceDomainReduceDomain.

Attention

The painted contour is not closed automatically, in particular it is not “filled up” either.

Output object's gray values are not defined.

Parallelization

Parameters

PolygonRegionPolygonRegionPolygonRegionPolygonRegionpolygonRegion (output_object)  region objectHRegionHRegionHRegionXHobject *

Region, which encompasses all painted points.

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHWindowX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong)

Window identifier.

Example (HDevelop)

draw_polygon(Polygon,WindowHandle)
shape_trans(Polygon,Filled,'convex')
disp_region(Filled,WindowHandle)

Example (C)

draw_polygon(&Polygon,WindowHandle) ;
shape_trans(Polygon,&Filled,"convex") ;
disp_region(Filled,WindowHandle) ;

Example (HDevelop)

draw_polygon(Polygon,WindowHandle)
shape_trans(Polygon,Filled,'convex')
disp_region(Filled,WindowHandle)

Example (HDevelop)

draw_polygon(Polygon,WindowHandle)
shape_trans(Polygon,Filled,'convex')
disp_region(Filled,WindowHandle)

Example (HDevelop)

draw_polygon(Polygon,WindowHandle)
shape_trans(Polygon,Filled,'convex')
disp_region(Filled,WindowHandle)

Result

If the window is valid, draw_polygondraw_polygondraw_polygonDrawPolygonDrawPolygon returns 2 (H_MSG_TRUE). If necessary, an exception is raised.

Possible Predecessors

open_windowopen_windowopen_windowOpenWindowOpenWindow

Possible Successors

reduce_domainreduce_domainreduce_domainReduceDomainReduceDomain, disp_regiondisp_regiondisp_regionDispRegionDispRegion, set_coloredset_coloredset_coloredSetColoredSetColored, set_line_widthset_line_widthset_line_widthSetLineWidthSetLineWidth, set_drawset_drawset_drawSetDrawSetDraw

Alternatives

draw_regiondraw_regiondraw_regionDrawRegionDrawRegion, draw_circledraw_circledraw_circleDrawCircleDrawCircle, draw_rectangle1draw_rectangle1draw_rectangle1DrawRectangle1DrawRectangle1, draw_rectangle2draw_rectangle2draw_rectangle2DrawRectangle2DrawRectangle2, boundaryboundaryboundaryBoundaryBoundary

See also

reduce_domainreduce_domainreduce_domainReduceDomainReduceDomain, fill_upfill_upfill_upFillUpFillUp, set_colorset_colorset_colorSetColorSetColor

Module

Foundation


Table of Contents / Graphics / Drawing ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH