Get
The algorithm to be used to distinguish inside from outside.
Set
Namespace: Cognex.VisionSets FillMode.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Property Value
Type: PolygonFillConstantsDefault Value: EvenOdd
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The fill mode is not in PolygonFillConstants. |
Remarks
Gets the algorithm used to distinguish between the inside and outside of the polygon. FillMode affects the way that IShape.DistanceToPoint() determines which points lie within a polygon.
Remarks
Changed Raised when the value of this property changes.
See Also