Documentation Portal      

What are you looking for?

EMailBarcode::Draw

Draws the bounding box of the mail barcode.

Namespace: Euresys::Open_eVision_2_10

[C++]

void Draw(
   HDC hDC,
   float zoomX,
   float zoomY,
   float panX,
   float panY
)

void Draw(
   EDrawAdapter* adapter,
   float zoomX,
   float zoomY,
   float panX,
   float panY
)

Parameters

hDC

Handle of the device context on which to draw.

zoomX

Horizontal zooming factor. By default, true scale is used.

zoomY

Vertical zooming factor. If set to 0 (default), the horizontal zooming factor is used instead, so as to provide isotropic zooming.

panX

Horizontal panning factor. By default, no panning occurs.

panY

Vertical panning factor. By default, no panning occurs.

adapter

-

EMailBarcode.Draw

Draws the bounding box of the mail barcode.

Namespace: Euresys.Open_eVision_2_10

[C#]

void Draw(
   IntPtr hDC,
   float zoomX,
   float zoomY,
   float panX,
   float panY
)

void Draw(
   Euresys.Open_eVision_2_10.EDrawAdapter adapter,
   float zoomX,
   float zoomY,
   float panX,
   float panY
)

Parameters

hDC

Handle of the device context on which to draw.

zoomX

Horizontal zooming factor. By default, true scale is used.

zoomY

Vertical zooming factor. If set to 0 (default), the horizontal zooming factor is used instead, so as to provide isotropic zooming.

panX

Horizontal panning factor. By default, no panning occurs.

panY

Vertical panning factor. By default, no panning occurs.

adapter

-

Which API shall we display?

© 2019 EURESYS s.a.  -  About Documentation  -  Open Source Licenses  -  Open eVision 2.10.0.1121