EQRCodeGeometry::DrawWithCurrentPen

Draws the QR code geometry 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 to the device context of the destination window.

zoomX

Horizontal zooming factor.

zoomY

Vertical zooming factor.

panX

Horizontal panning offset.

panY

Vertical panning offset.

Remarks

The zoomX, zoomY, panX and panY parameters can be used to scale and/or translate the drawing operations.

EQRCodeGeometry.DrawWithCurrentPen

Draws the QR code geometry 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 to the device context of the destination window.

zoomX

Horizontal zooming factor.

zoomY

Vertical zooming factor.

panX

Horizontal panning offset.

panY

Vertical panning offset.

Remarks

The zoomX, zoomY, panX and panY parameters can be used to scale and/or translate the drawing operations.