EQRCode::DrawWithCurrentPen

Draws the QR code using the pen currently set in the graphical context.

Namespace: Euresys::Open_eVision_2_11

[C++]

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

Parameters

hDC

Handle of the device context on which to draw.

zoomX

Horizontal zooming factor.

zoomY

Vertical zooming factor.

panX

Horizontal panning factor.

panY

Vertical panning factor.

EQRCode.DrawWithCurrentPen

Draws the QR code using the pen currently set in the graphical context.

Namespace: Euresys.Open_eVision_2_11

[C#]

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

Parameters

hDC

Handle of the device context on which to draw.

zoomX

Horizontal zooming factor.

zoomY

Vertical zooming factor.

panX

Horizontal panning factor.

panY

Vertical panning factor.