get_line_styleT_get_line_styleGetLineStyleGetLineStyleget_line_style (算子名称)
名称
get_line_styleT_get_line_styleGetLineStyleGetLineStyleget_line_style
— Get the current graphic mode for contours.
参数签名
描述
get_line_styleget_line_styleGetLineStyleGetLineStyleGetLineStyleget_line_style
returns the display mode for contours
when displaying regions. It is used by operators like
disp_regiondisp_regionDispRegionDispRegionDispRegiondisp_region
, disp_linedisp_lineDispLineDispLineDispLinedisp_line
,
disp_polygondisp_polygonDispPolygonDispPolygonDispPolygondisp_polygon
, etc. StyleStyleStyleStylestylestyle
is set with the
operator set_line_styleset_line_styleSetLineStyleSetLineStyleSetLineStyleset_line_style
.
StyleStyleStyleStylestylestyle
is only
important for displaying the contour of objects, especially if a line
style was set with set_line_styleset_line_styleSetLineStyleSetLineStyleSetLineStyleset_line_style
.
运行信息
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
参数表
WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle
(input_control) window →
HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Window handle.
StyleStyleStyleStylestylestyle
(output_control) integer-array →
HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Template for contour display.
结果
get_line_styleget_line_styleGetLineStyleGetLineStyleGetLineStyleget_line_style
returns 2 (
H_MSG_TRUE)
if the window is valid.
Otherwise an exception is raised.
参考其它
set_line_styleset_line_styleSetLineStyleSetLineStyleSetLineStyleset_line_style
,
disp_regiondisp_regionDispRegionDispRegionDispRegiondisp_region
模块
Foundation