EQRCodeGeometry::Draw

Draws the QR code geometry using a pre-defined pen.

Namespace: Euresys::Open_eVision_2_11

[C++]

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

Draws the QR code geometry using a pre-defined pen.

Namespace: Euresys.Open_eVision_2_11

[C#]

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