CWIMAQShapeReport
CWIMAQShapeReport is a collection of CWIMAQShapeReportItem objects. It contains one CWIMAQShapeReportItem for each match found.
Properties
| CentroidX | Obsolete—Use CWIMAQShapeReportItem.Centroid instead. X-coordinate of the centroid of the object. |
| CentroidY | Obsolete—Use CWIMAQShapeReportItem.Centroid instead. Y-coordinate of the centroid of the object. |
| Count | Number of objects in the collection. |
| RectHeight | Obsolete—Use CWIMAQShapeReportItem.BoundingRectangle instead. Height of the bounding rectangle of the object. |
| RectLeft | Obsolete—Use CWIMAQShapeReportItem.BoundingRectangle instead. Left edge of the bounding rectangle of the object. |
| RectTop | Obsolete>—Use CWIMAQShapeReportItem.BoundingRectangle instead. Top edge of the bounding rectangle of the object. |
| RectWidth | Obsolete—Use CWIMAQShapeReportItem.BoundingRectangle instead. Width of the bounding rectangle of the object. |
| Score | Obsolete—Use CWIMAQShapeReportItem.Score instead. Value ranging from 1-1,000 that specifies how similar the object in the image is to the template. A score of 1,000 indicates a perfect match. |
| ShapeSize | Obsolete—Use CWIMAQShapeReportItem.ShapeSize instead. Size, in pixels, of the object. |
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. |