EWorldShape::DrawGrid

Draws the reconstructed grid to be used for grid calibration.

Namespace: Euresys::Open_eVision

[C++]

void DrawGrid(
   EDrawAdapter* graphicContext
)

void DrawGrid(
   HDC graphicContext
)

void DrawGrid(
   HDC graphicContext,
   const ERGBColor& color
)

Parameters

graphicContext

Handle of the device context on which to draw.

color

The color in which to draw the overlay.

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.DrawGrid

Draws the reconstructed grid to be used for grid calibration.

Namespace: Euresys.Open_eVision

[C#]

void DrawGrid(
   Euresys.Open_eVision.EDrawAdapter graphicContext
)

void DrawGrid(
   IntPtr graphicContext
)

void DrawGrid(
   IntPtr graphicContext,
   Euresys.Open_eVision.ERGBColor color
)

Parameters

graphicContext

Handle of the device context on which to draw.

color

The color in which to draw the overlay.

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.