ClassesClasses | | Operators

get_fixget_fixGetFixGetFix (Operator)

Name

get_fixget_fixGetFixGetFix — Get mode of fixing of current look-up-table (lut).

Warning

get_fixget_fixGetFixGetFixGetFix is obsolete and is only provided for reasons of backward compatibility.

Signature

get_fix( : : WindowHandle : Mode)

Herror get_fix(const Hlong WindowHandle, char* Mode)

Herror T_get_fix(const Htuple WindowHandle, Htuple* Mode)

void GetFix(const HTuple& WindowHandle, HTuple* Mode)

HString HWindow::GetFix() const

static void HOperatorSet.GetFix(HTuple windowHandle, out HTuple mode)

string HWindow.GetFix()

Description

Use get_fixget_fixGetFixGetFixGetFix to get mode of fixing of current look-up-table (look-up-table of valid window) set before by set_fixset_fixSetFixSetFixSetFix.

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Window handle.

ModeModeModeModemode (output_control)  string HTupleHTupleHtuple (string) (string) (HString) (char*)

Current Mode of fixing.

Result

get_fixget_fixGetFixGetFixGetFix returns 2 (H_MSG_TRUE) if the window is valid. Otherwise an exception is raised.

Possible Successors

set_fixset_fixSetFixSetFixSetFix, set_pixelset_pixelSetPixelSetPixelSetPixel, set_rgbset_rgbSetRgbSetRgbSetRgb

See also

set_fixset_fixSetFixSetFixSetFix

Module

Foundation


ClassesClasses | | Operators