CogRectangle CenterY Property Cognex VisionPro 9.21
Center Y coordinate of this rectangle.

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

public double CenterY { get; }

Property Value

Type: Double
Remarks

Gets the y-coordinate of the center of this rectangle. To set the center of the rectangle use SetCenterWidthHeight(Double, Double, Double, Double).

See Also