set_contour_styleT_set_contour_styleSetContourStyleSetContourStyle (Operator)

Name

set_contour_styleT_set_contour_styleSetContourStyleSetContourStyle — Define the contour display fill style.

Signature

set_contour_style( : : WindowHandle, Style : )

Herror T_set_contour_style(const Htuple WindowHandle, const Htuple Style)

void SetContourStyle(const HTuple& WindowHandle, const HTuple& Style)

void HWindow::SetContourStyle(const HString& Style) const

void HWindow::SetContourStyle(const char* Style) const

void HWindow::SetContourStyle(const wchar_t* Style) const   (Windows only)

static void HOperatorSet.SetContourStyle(HTuple windowHandle, HTuple style)

void HWindow.SetContourStyle(string style)

Description

set_contour_styleset_contour_styleSetContourStyleSetContourStyleSetContourStyle defines the fill style of contour displays. The following values are supported for StyleStyleStyleStylestyle:

For all styles the current drawing color is used.

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Window handle.

StyleStyleStyleStylestyle (input_control)  string HTupleHTupleHtuple (string) (string) (HString) (char*)

Fill style of contour displays.

Default value: 'stroke' "stroke" "stroke" "stroke" "stroke"

List of values: 'fill'"fill""fill""fill""fill", 'stroke'"stroke""stroke""stroke""stroke", 'stroke_and_fill'"stroke_and_fill""stroke_and_fill""stroke_and_fill""stroke_and_fill"

Result

set_contour_styleset_contour_styleSetContourStyleSetContourStyleSetContourStyle returns 2 (H_MSG_TRUE) if StyleStyleStyleStylestyle is correct and the window is valid. Otherwise an exception is raised.

Possible Predecessors

get_contour_styleget_contour_styleGetContourStyleGetContourStyleGetContourStyle

Possible Successors

disp_xlddisp_xldDispXldDispXldDispXld, disp_objdisp_objDispObjDispObjDispObj

See also

get_contour_styleget_contour_styleGetContourStyleGetContourStyleGetContourStyle, disp_xlddisp_xldDispXldDispXldDispXld, set_line_widthset_line_widthSetLineWidthSetLineWidthSetLineWidth, set_line_styleset_line_styleSetLineStyleSetLineStyleSetLineStyle

Module

Foundation