Rectangle CenterY Property Cognex VisionPro 9.20

Center Y coordinate of this rectangle.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.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().

See Also