EWorldShape::DrawGridWithCurrentPen

This method is deprecated.

Draws the reconstructed grid to be used for grid calibration.

Namespace: Euresys::Open_eVision

[C++]

void DrawGridWithCurrentPen(
   HDC graphicContext
)

Parameters

graphicContext

Handle of the device context on which to draw.

Remarks

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.

EWorldShape.DrawGridWithCurrentPen

This method is deprecated.

Draws the reconstructed grid to be used for grid calibration.

Namespace: Euresys.Open_eVision

[C#]

void DrawGridWithCurrentPen(
   IntPtr graphicContext
)

Parameters

graphicContext

Handle of the device context on which to draw.

Remarks

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.