CogRectangle X Property Cognex VisionPro 9.20
Minimum X coordinate of this rectangle.

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

public double X { 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:

    Remarks

    Returns the smallest x-coordinate of this rectangle.

    Default Value: 20

    See Also