CogGeneralContour DirectionAdornment Property Cognex VisionPro
Returns/sets the adornment used to indicate the direction of the contour.

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

public CogGeneralContourDirectionAdornmentConstants DirectionAdornment { get; set; }

Property Value

Type: CogGeneralContourDirectionAdornmentConstants
Exceptions

Remarks

Sets or gets the adornment used to indicate the direction of the contour.

For very small segments (less than 16 display pixels), the direction adornment is not drawn even if enabled. For small segments (less than 32 screen pixels), the direction adornment appears near the midpoint of the segment. For all other segments, direction adornments appear near the 25% and 75% fraction of the segment.

Default Value: None

See Also