IGraphic LineWidthInScreenPixels Property Cognex VisionPro 9.24
Get

Line width (in screen pixels) of this graphic.

Set

Sets LineWidthInScreenPixels.

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

int LineWidthInScreenPixels { get; set; }

Property Value

Type: Int32
Default Value: 1
Exceptions

ExceptionCondition
ArgumentExceptionValue is < 1.
Remarks

Gets the width of the line used to draw the IGraphic in pixels.

Remarks

Changed Raised when the value of this property changes.

See Also