query_line_widthπ
Short descriptionπ
query_line_width β Query the possible line widths.
Signatureπ
query_line_width( out integer Min, out integer Max )
Descriptionπ
query_line_width returns the minimal (Min)
and maximal (Max) values of widths of region
border which can be displayed. Setting of the border width is done with
set_line_width. Border width is used by operators like
disp_region, disp_line,
disp_circle, disp_rectangle1,
disp_rectangle2 etc.Β if the drawing mode is βmarginβ
(set_draw(::WindowHandle,βmarginβ:)).
Execution informationπ
Execution information
-
Multithreading type: reentrant (runs in parallel with non-exclusive operators).
-
Multithreading scope: global (may be called from any thread).
-
Processed without parallelization.
Parametersπ
Min (output_control) integer β (integer)
Displayable minimum width.
Max (output_control) integer β (integer)
Displayable maximum width.
Resultπ
query_line_width returns 2 (H_MSG_TRUE) if the window is valid.
Otherwise an exception is raised.
Combinations with other operatorsπ
Combinations
Possible successors
get_line_width, set_line_width, set_line_style, disp_line
See also
disp_circle, disp_line, disp_rectangle1, disp_rectangle2, disp_region, set_line_width, get_line_width, set_line_style
Moduleπ
Foundation