Accusoft.Forms1 - Updated
BoxList Property



Accusoft.ScanFixXpressSdk Namespace > DetectColorResults Class : BoxList Property
Gets a collection where each member contains bounding box coordinates for one object in the image.
Syntax
Public ReadOnly Property BoxList As ReadOnlyCollection(Of Rectangle)
Dim instance As DetectColorResults
Dim value As ReadOnlyCollection(Of Rectangle)
 
value = instance.BoxList
public ReadOnlyCollection<Rectangle> BoxList {get;}
public:
property ReadOnlyCollection<Rectangle>^ BoxList {
   ReadOnlyCollection<Rectangle>^ get();
}
See Also

Reference

DetectColorResults Class
DetectColorResults Members