ShiftY Property

Applies To
Vision Objects: ImageOp

Description
Sets the amount of Shift of Y direction.

Usage

VGet  Sequence.Object.ShiftY, var
VSet  Sequence.Object.ShiftY, value
Sequence
Name of a sequence or 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
Real variable that will contain the value of the property.
value
Real number or expression for the new value of the property.

Values
Real value from 9999 to 9999 (unit: pixel)

Default: 0

Remarks
ShiftY can be set when the Operation of ImageOp is set "Shift". When ShiftObject is set other than "None", the set value of ShiftX and ShiftY is invalid and the Shift processing is executed by the detection position of the object set to ShitObject. When ShiftObject is set "None", Shift processing is executed by the set value of ShiftX and ShiftY.

See Also
ImageOp Object, ShiftObject Property, ShiftX Property