Enumeration of line style constants for drawing graphics.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Solid | 0 | A solid line. | |
| Dash | 1 | A dashed line. | |
| Dot | 2 | A dotted line. | |
| DashDot | 3 | A dashed and doted line. | |
| DashDotDot | 4 | A dashed and double-dotted line. |
Remarks
Line style constants for drawing graphics.
See Also