EQRCodeGeometry::DrawWithCurrentPen

This method is deprecated.

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

Namespace: Euresys::Open_eVision

[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 value expressed in pixels.

panY

Vertical panning value expressed in pixels.

Remarks

The zoomX, zoomY, panX and panY parameters can be used to scale and/or translate the drawing operations. Deprecation notice: All methods taking HDC as parameter are deprecated. It is recommended to use their alternative taking a EDrawAdapter by using a instance of EWindowsDrawAdapter.

EQRCodeGeometry.DrawWithCurrentPen

This method is deprecated.

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

Namespace: Euresys.Open_eVision

[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 value expressed in pixels.

panY

Vertical panning value expressed in pixels.

Remarks

The zoomX, zoomY, panX and panY parameters can be used to scale and/or translate the drawing operations. Deprecation notice: All methods taking HDC as parameter are deprecated. It is recommended to use their alternative taking a EDrawAdapter by using a instance of EWindowsDrawAdapter.