CogEllipse DragLineWidthInScreenPixels Property Cognex VisionPro
Line width of this graphic when dragged.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax

public virtual int DragLineWidthInScreenPixels { get; set; }

Property Value

Type: Int32

Implements

ICogGraphicInteractive DragLineWidthInScreenPixels
Events

Event TypeReason
ICogGraphicInteractiveChanged

Fires when the drag line width changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

Value is < 1.

Remarks

Line width of this graphic when dragged.

See Also