CogRectangle Y Property Cognex VisionPro 9.8 SR1
Minimum Y coordinate of this rectangle.

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

public double Y { 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 y-coordinate of this rectangle.

    Default Value: 20

    See Also