EWorldShape::DrawLandmarks

Draws the landmarks to be used for landmark calibration.

Namespace: Euresys::Open_eVision::Legacy

[C++]

void DrawLandmarks(
   EDrawAdapter* graphicContext
)

[[deprecated("Use the overload taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]]
void DrawLandmarks(
   HDC graphicContext
)

Parameters

graphicContext

Handle of the device context on which to draw.

EWorldShape.DrawLandmarks

Draws the landmarks to be used for landmark calibration.

Namespace: Euresys.Open_eVision.Legacy

[C#]

void DrawLandmarks(
   EDrawAdapter graphicContext
)

[Obsolete("Use the overload taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]
void DrawLandmarks(
   IntPtr graphicContext
)

[Obsolete("Use the overload taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]
void DrawLandmarks(
   System.Drawing.Graphics graphicContext
)

Parameters

graphicContext

Handle of the device context on which to draw.

EWorldShape.DrawLandmarks

Draws the landmarks to be used for landmark calibration.

Module: open_evision.Legacy

[Python]

DrawLandmarks(
    graphicContext: EDrawAdapter
) -> None

Parameters

graphicContext

Handle of the device context on which to draw.