Enumeration of line style constants for drawing graphics.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 83.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Solid | 0 | ||
| Dash | 1 | ||
| Dot | 2 | ||
| DashDot | 3 | ||
| DashDotDot | 4 |
Remarks
Line style constants for drawing graphics.
See Also