CogPMAlignPattern TrainImageMaskOffsetX Property Cognex VisionPro
X offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the TrainImage to the upper-left corner of the TrainImageMask in image coordinates of the TrainImage.

Namespace: Cognex.VisionPro.PMAlign
Assembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
Syntax

public int TrainImageMaskOffsetX { get; set; }

Property Value

Type: Int32
Events

Remarks

X offset value in pixels. The X & Y offset values measure the offset from the upper-left corner of the TrainImage to the upper-left corner of the TrainImageMask in image coordinates of the TrainImage.

Note: Changing this property causes this CogPMAlignPattern to become untrained.

Default Value: 0.0

See Also