Rectangle Y Property Cognex VisionPro 9.20
Get

Minimum Y coordinate of this rectangle.

Set

Sets Y.

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

public double Y { get; set; }

Property Value

Type: Double
Default Value: 20
Remarks

Returns the smallest y-coordinate of this rectangle.

Remarks

Changed Raised when the value of this property changes.

See Also