ScanFix Xpress v9.0 for .NET - 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
'Declaration
 
Public ReadOnly Property BoxList As ReadOnlyCollection(Of Rectangle)
'Usage
 
Dim instance As DetectColorResults
Dim value As ReadOnlyCollection(Of Rectangle)
 
value = instance.BoxList
public ReadOnlyCollection<Rectangle> BoxList {get;}
public: __property ReadOnlyCollection<Rectangle>* get_BoxList();
public:
property ReadOnlyCollection<Rectangle>^ BoxList {
   ReadOnlyCollection<Rectangle>^ get();
}
See Also

Reference

DetectColorResults Class
DetectColorResults Members

Is this page helpful?
Yes No
Thanks for your feedback.