CogRectangle Width Property Cognex VisionPro 9.24
Width of this rectangle.

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

public double Width { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogRectangle Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Exceptions

    ExceptionCondition
    ArgumentException

    New width is <= 0.

    Remarks

    The width of this rectangle.

    Default Value: 100

    See Also