ERectangleShape::DrawWithCurrentPen

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

Namespace: Euresys::Open_eVision_2_11

[C++]

void DrawWithCurrentPen(
   HDC graphicContext,
   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.

ERectangleShape.DrawWithCurrentPen

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

Namespace: Euresys.Open_eVision_2_11

[C#]

void DrawWithCurrentPen(
   IntPtr graphicContext,
   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.