BoundingPoints Property (Read Only)

NI Vision for Visual Basic

BoundingPoints Property (Read Only)

Syntax

CWIMAQPatternMatchReportItem.BoundingPoints

Data Type

CWIMAQPoints

Purpose

Coordinates of the corners of the rectangle surrounding the match.

Remarks

Specifies the four corners of the rectangle surrounding the match in a clockwise orientation, defining the first corner in the top-left corner of the template image. The fifth and last element in this collection is also the top-left corner point of the image, which makes BoundingPoints suitable to pass to CWIMAQOverlay.DrawConnectedPoints.

See Also

CWIMAQOverlay.DrawConnectedPoints