Cog3DShapeProjector LineWidthInScreenPixels Property Cognex VisionPro 9.21
Gets/sets the line width used for rendering the shapes.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.0.0
Syntax

public virtual int LineWidthInScreenPixels { get; set; }

Property Value

Type: Int32
The line width in screen pixels used for rendering shapes.
Exceptions

ExceptionCondition
ArgumentException From setter if lineWidthInScreenPixels is less than 1.
See Also