Enumeration of selections for FillMode property in Polygon.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.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 Polygon used to determine whether a point lies within a polygon. The two algorithms can produce different results.
See Also