EWorldShape::DrawWithCurrentPen

This method is deprecated.

Draws the world coordinate axis.

Namespace: Euresys::Open_eVision

[C++]

void DrawWithCurrentPen(
   HDC graphicContext,
   Euresys::Open_eVision::EDrawingMode drawingModes,
   bool daughters
)

Parameters

graphicContext

Handle of the device context on which to draw.

drawingModes

Indicates how the world coordinate axis must be displayed, as defined by EDrawingMode.

daughters

Indicates whether the daughter shapes are to be displayed as well.

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

This method is deprecated.

Draws the world coordinate axis.

Namespace: Euresys.Open_eVision

[C#]

void DrawWithCurrentPen(
   IntPtr graphicContext,
   Euresys.Open_eVision.EDrawingMode drawingModes,
   bool daughters
)

Parameters

graphicContext

Handle of the device context on which to draw.

drawingModes

Indicates how the world coordinate axis must be displayed, as defined by EDrawingMode.

daughters

Indicates whether the daughter shapes are to be displayed as well.

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.