X offset value in pixels. The X & Y offset values
measure the offset from the upper-left corner of the run-time input
image to the upper-left corner of the SubtractionImage in image
coordinates of the input image.
Namespace: Cognex.VisionPro.BlobAssembly: Cognex.VisionPro.Blob (in Cognex.VisionPro.Blob.dll) Version: 65.1.0.0
public int SubtractionImageOffsetX { get; set; }public int SubtractionImageOffsetX { get; set; }Public Property SubtractionImageOffsetX As Integer
Get
Set
Public Property SubtractionImageOffsetX As Integer
Get
Set
public:
property int SubtractionImageOffsetX {
int get ();
void set (int value);
}public:
property int SubtractionImageOffsetX {
int get ();
void set (int value);
}Property Value
Type:
Int32
The default value is 0.
| Event Type | Reason |
|---|
| [Cognex.VisionPro.ICogChangedEvent.Changed] |
Fires when the value of this property changes.
The following state flag may be affected:
|
The X offset value in pixels of the
SubtractionImage.
The X and Y offset values measure the offset from the upper-left
corner of the run-time input image to the upper-left corner of the
SubtractionImage
in image coordinates of the input image.