EWorldShape::DrawLandmarks

Draws the landmarks to be used for landmark calibration.

Namespace: Euresys::Open_eVision

[C++]

void DrawLandmarks(
   EDrawAdapter* graphicContext
)

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

Draws the landmarks to be used for landmark calibration.

Namespace: Euresys.Open_eVision

[C#]

void DrawLandmarks(
   Euresys.Open_eVision.EDrawAdapter graphicContext
)

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