Accusoft.ScanFixXpress8.Net
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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback