EWedgeShape::Draw

Draws a graphical representation of a shape, as defined by EDrawingMode.

Namespace: Euresys::Open_eVision_2_11

[C++]

void Draw(
   EDrawAdapter* graphicContext,
   Euresys::Open_eVision_2_11::EDrawingMode drawingMode,
   BOOL daughters
)

void Draw(
   HDC graphicContext,
   Euresys::Open_eVision_2_11::EDrawingMode drawingMode,
   BOOL daughters
)

void Draw(
   HDC graphicContext,
   const ERGBColor& color,
   Euresys::Open_eVision_2_11::EDrawingMode drawingMode,
   BOOL daughters
)

Parameters

graphicContext

Handle of the device context on which to draw.

drawingMode

Indicates how the point location or model fitting gauge must be displayed, as defined by EDrawingMode.

daughters

TRUE if the daughters gauges are to be displayed also.

color

The color to draw with.

EWedgeShape.Draw

Draws a graphical representation of a shape, as defined by EDrawingMode.

Namespace: Euresys.Open_eVision_2_11

[C#]

void Draw(
   Euresys.Open_eVision_2_11.EDrawAdapter graphicContext,
   Euresys.Open_eVision_2_11.EDrawingMode drawingMode,
   bool daughters
)

void Draw(
   IntPtr graphicContext,
   Euresys.Open_eVision_2_11.EDrawingMode drawingMode,
   bool daughters
)

void Draw(
   IntPtr graphicContext,
   Euresys.Open_eVision_2_11.ERGBColor color,
   Euresys.Open_eVision_2_11.EDrawingMode drawingMode,
   bool daughters
)

Parameters

graphicContext

Handle of the device context on which to draw.

drawingMode

Indicates how the point location or model fitting gauge must be displayed, as defined by EDrawingMode.

daughters

TRUE if the daughters gauges are to be displayed also.

color

The color to draw with.