PolygonFillConstants EnumerationCognex VisionPro 9.22

Enumeration of selections for FillMode property in Polygon.

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

public enum PolygonFillConstants
Members

  Member nameValueDescription
EvenOdd0

Use the even/odd algorithm to distinguish inside from outside for this polygon.

WindingNumber1

Use the winding number algorithm to distinguish inside from outside for this polygon.

Remarks

Enumeration of selections for FillMode property in Polygon used to determine whether a point lies within a polygon. The two algorithms can produce different results.

See Also