GetImageWindow

Gets information about the Image Display window setting

GetImageWindow <locationX>, <locationY>, <width>, <height>, <unitNo>, <subNo>, <magnification>, <originX>, <originY>, <update>, <visible>

Parameters
<locationX>
Upper left X coordinate value of the window
<locationY>
Upper left Y coordinate value of the window
<width>
Window width
<height>
Window height
<unitNo>
Processing unit number
<subNo>
Sub number to be displayed
<magnification>
Display magnification
<originX>
Upper left X coordinate of a display image relative to the window upper left coordinate
<originY>
Upper left Y coordinate of a display image relative to the window upper left coordinate
<update>
Update timing
0: Every measurement
1: Only when an overall judgement result is NG at the time of measurement
2: Only when a target processing unit is NG at the time of measurement
3: Always updated (through display)
<visible>
Display
0: Window invisible
1: Window visible

Return Value
None.

Description
Gets setting information about the Image Display Window.
Variable that store acquired data is specified by each argument (element of array variable is available)Variable that stores acquired data is specified by the argument <data>(element of array variable is available).
It makes an error(Illegal function call) when performing it not in the *MeasureDispG subroutine.

Notes