Enumeration of selections for FillMode property in ICogPolygon.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| EvenOdd | 0 | Use the even/odd algorithm to distinguish inside from outside for this polygon. | |
| WindingNumber | 1 | Use 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