Line width (in screen pixels) of this graphic.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 79.0.0.0
Syntax
Property Value
Type: Int32Implements
ICogGraphic LineWidthInScreenPixelsEvents
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the line width changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | Value is < 1. |
Remarks
Sets or gets the width of the line used to draw the CogGraphic in pixels.
Default Value: 1
See Also