CogPolygonFillConstants EnumerationCognex VisionPro
Enumeration of selections for FillMode property in ICogPolygon.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public enum CogPolygonFillConstants
Members

  Member nameValueDescription
EvenOdd0Use the even/odd algorithm to distinguish inside from outside for this polygon.
WindingNumber1Use the winding number algorithm to distinguish inside from outside for this polygon.
Remarks

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

See Also