Gets or sets the optional region that specifies a portion of the
input image to be used for locating the symbol.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 69.0.0.0
public ICogRegion Region { get; set; }public ICogRegion Region { get; set; }Public Property Region As ICogRegion
Get
Set
Public Property Region As ICogRegion
Get
Set
public:
property ICogRegion^ Region {
ICogRegion^ get ();
void set (ICogRegion^ value);
}public:
property ICogRegion^ Region {
ICogRegion^ get ();
void set (ICogRegion^ value);
}Property Value
Type:
ICogRegion
The default is null.
The region operates in one mode only "pixel aligned bounding box".
The pixel aligned bounding box region encloses the defined region within
a recatngle. This means that the portions of the image that are outside
the defined region but within the bounding rectangle are included.