EBarCode::DrawWithCurrentPen

Draws the symbol bounding box.

Namespace: Euresys::Open_eVision_2_11

[C++]

void DrawWithCurrentPen(
   HDC graphicContext,
   Euresys::Open_eVision_2_11::EDrawingMode drawingMode,
   BOOL daughters
)

Parameters

graphicContext

Handle of the device context on which to draw.

drawingMode

Indicates how the symbol bounding box must be displayed, as defined by EDrawingMode.

daughters

TRUE if the shapes attached to the symbol bounding box are to be displayed as well.

Remarks

The bounding box corresponds to the nominal position of the bar code (EDrawingMode_Nominal), in case this information has been explicitly provided, and to the actual position (EDrawingMode_Actual) if it has been determined by image analysis.

EBarCode.DrawWithCurrentPen

Draws the symbol bounding box.

Namespace: Euresys.Open_eVision_2_11

[C#]

void DrawWithCurrentPen(
   IntPtr graphicContext,
   Euresys.Open_eVision_2_11.EDrawingMode drawingMode,
   bool daughters
)

Parameters

graphicContext

Handle of the device context on which to draw.

drawingMode

Indicates how the symbol bounding box must be displayed, as defined by EDrawingMode.

daughters

TRUE if the shapes attached to the symbol bounding box are to be displayed as well.

Remarks

The bounding box corresponds to the nominal position of the bar code (Nominal), in case this information has been explicitly provided, and to the actual position (Actual) if it has been determined by image analysis.