Herror ::get_draw (
    const HTuple &WindowHandle,
    char *Mode
)
HTuple HWindow::GetDraw (
    
) const

Get the current region fill mode.

::get_draw returns the region fill mode of the output window. It is used by operators as ::disp_region, ::disp_circle, ::disp_arrow, ::disp_rectangle1, ::disp_rectangle2 etc. The region fill mode is set with ::set_draw.


Parameters

WindowHandle (input_control)
window -> HTuple.long
Window_id.

Mode (output_control)
string -> char *
Current region fill mode.


Result

::get_draw returns H_MSG_TRUE, if the window is valid. Otherwise an exception handling is raised.


Possible Successors

::set_draw, ::disp_region


See also

::set_draw, ::disp_region, ::set_paint


Module

System



Copyright © 1996-2002 MVTec Software GmbH