ERectangleShape::Draw
Draws a graphical representation of a shape, as defined by EDrawingMode
.
Namespace: Euresys::Open_eVision
[C++]
void Draw(
EDrawAdapter
* graphicContext,
EDrawingMode
drawingMode,
bool daughters
)
[[deprecated]]
void Draw(
HDC graphicContext,
EDrawingMode
drawingMode,
bool daughters
)
[[deprecated]]
void Draw(
HDC graphicContext,
const ERGBColor
& color,
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.
ERectangleShape.Draw
Draws a graphical representation of a shape, as defined by EDrawingMode
.
Namespace: Euresys.Open_eVision
[C#]
void Draw(
EDrawAdapter
graphicContext,
EDrawingMode
drawingMode,
bool daughters
)
[Obsolete]
void Draw(
IntPtr graphicContext,
EDrawingMode
drawingMode,
bool daughters
)
[Obsolete]
void Draw(
IntPtr graphicContext,
ERGBColor
color,
EDrawingMode
drawingMode,
bool daughters
)
[Obsolete]
void Draw(
System.Drawing.Graphics graphicContext,
EDrawingMode
drawingMode,
bool daughters
)
[Obsolete]
void Draw(
System.Drawing.Graphics graphicContext,
ERGBColor
color,
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.
ERectangleShape.Draw
Draws a graphical representation of a shape, as defined by EDrawingMode
.
Module: open_evision
[Python]
Draw(
graphicContext: EDrawAdapter
drawingMode: EDrawingMode
daughters: bool
) -> None
Draw(
graphicContext: EDrawAdapter
drawingMode: EDrawingMode
) -> None
Draw(
graphicContext: EDrawAdapter
) -> None
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.