EWorldShape::DrawWithCurrentPen
This method is deprecated: Use the overload of EWorldShape::Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.
Draws the world coordinate axis.
Namespace: Euresys::Open_eVision::Legacy
[C++]
[[deprecated("Use the overload of EWorldShape::Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]]
void DrawWithCurrentPen(
HDC graphicContext,
EDrawingMode drawingModes,
bool daughters
)
[[deprecated("Use the overload of EWorldShape::Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]]
void DrawWithCurrentPen(
HDC graphicContext,
EDrawingMode drawingModes
)
[[deprecated("Use the overload of EWorldShape::Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]]
void DrawWithCurrentPen(
HDC graphicContext
)
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.
EWorldShape.DrawWithCurrentPen
This method is deprecated: Use the overload of EWorldShape.Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.
Draws the world coordinate axis.
Namespace: Euresys.Open_eVision.Legacy
[C#]
[Obsolete("Use the overload of EWorldShape.Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]
void DrawWithCurrentPen(
IntPtr graphicContext,
EDrawingMode drawingModes,
bool daughters
)
[Obsolete("Use the overload of EWorldShape.Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]
void DrawWithCurrentPen(
IntPtr graphicContext,
EDrawingMode drawingModes
)
[Obsolete("Use the overload of EWorldShape.Draw taking an EDrawAdapter by using an instance of EWindowsDrawAdapter.")]
void DrawWithCurrentPen(
IntPtr graphicContext
)
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.
DrawWithCurrentPen
Sorry, this function does not exist in Python.