EBarCode::Draw

Draws the symbol bounding box.

Namespace: Euresys::Open_eVision_2_11

[C++]

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

void Draw(
   EDrawAdapter* graphicContext,
   Euresys::Open_eVision_2_11::EDrawingMode drawingMode,
   BOOL daughters
)

void Draw(
   HDC graphicContext,
   const ERGBColor& color,
   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.

color

The color in which to draw the overlay.

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.Draw

Draws the symbol bounding box.

Namespace: Euresys.Open_eVision_2_11

[C#]

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

void Draw(
   Euresys.Open_eVision_2_11.EDrawAdapter graphicContext,
   Euresys.Open_eVision_2_11.EDrawingMode drawingMode,
   bool daughters
)

void Draw(
   IntPtr graphicContext,
   Euresys.Open_eVision_2_11.ERGBColor color,
   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.

color

The color in which to draw the overlay.

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.