Polygon GetVertices Method Cognex VisionPro 9.22 SR1

The X,Y coordinates of all vertices, returned as a two-dimensional array. The size of this array is automatically set to match the number of vertices.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public Vect2Collection GetVertices()

Return Value

Type: Vect2Collection

Collection of vertices.

Remarks

Returns the (x,y) coordinates of all vertices as a collection.

See Also