SearchWinCenterX Property
Applies To
Vision Object: Blob, BoxFinder, ColorMatch, Contour, CornerFinder, Correlation, DefectFinder, Geometric, ImageOp, LineFinder, OCR
Description
Sets and returns the X coordinate value of the center of the search window.
Usage
VGet Sequence.Object.SearchWinCenterX, var
VSet Sequence.Object.SearchWinCenterX, value
- Sequence
- String variable containing a sequence name.
- Object
- Name of an object or string variable containing an object name. The object must exist in the specified sequence.
- var
- Integer variable that will contain the value of the property.
- value
- Integer value or expression for the new value of the property.
Values
Integer ranging from 0 to “image width - 1” in pixels
Remarks
Values are automatically updated when the search window is moved or resized from the GUI.
See Also
SearchWinCenterY, SearchWinType, SearchWinHeight, SearchWinWidth, SearchWinAngleStart, SearchWinAngleEnd, SearchWinRadiusInner, SearchWinRadiusOuter property