GraphicLineStyleConstants EnumerationCognex VisionPro 9.20

Enumeration of line style constants for drawing graphics.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax

public enum GraphicLineStyleConstants
Members

  Member nameValueDescription
Solid0

A solid line.

Dash1

A dashed line.

Dot2

A dotted line.

DashDot3

A dashed and doted line.

DashDotDot4

A dashed and double-dotted line.

Remarks

Line style constants for drawing graphics.

See Also