CWIMAQCirclesReport
CWIMAQCirclesReport is a collection of CWIMAQCirclesReportItem objects that contain the results of the CWIMAQVision.FindCircles method. It has one entry for each circle detected in the image.
Properties
Area | Obsolete—Use CWIMAQCirclesReportItem.CoreArea.htm instead. Area of the circle, in pixels. |
Count | Number of objects in the collection. |
Radius | Obsolete—Use CWIMAQCirclesReportItem.Radius instead. Radius of the circle, in pixels. |
XCenter | Obsolete—Use CWIMAQCirclesReportItem.Center instead. X-coordinate of the center of the circle. |
YCenter | Obsolete—Use CWIMAQCirclesReportItem.Center instead. Y-coordinate of the center of the circle. |
Methods
Add | Adds an object to the collection and returns the new object. |
Item | Returns the specified object from the collection. |
Remove | Removes the specified item from the collection. |
RemoveAll | Removes all objects from the collection. |