EWorldShape::Draw

Draws the world coordinate axis.

Namespace: Euresys::Open_eVision

[C++]

void Draw(
   EDrawAdapter* graphicContext,
   Euresys::Open_eVision::EDrawingMode drawingModes,
   bool daughters
)

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

void Draw(
   HDC graphicContext,
   const ERGBColor& color,
   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.

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

Draws the world coordinate axis.

Namespace: Euresys.Open_eVision

[C#]

void Draw(
   Euresys.Open_eVision.EDrawAdapter graphicContext,
   Euresys.Open_eVision.EDrawingMode drawingModes,
   bool daughters
)

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

void Draw(
   IntPtr graphicContext,
   Euresys.Open_eVision.ERGBColor color,
   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.

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.