CogRectangle CenterX Property Cognex VisionPro 9.22
Center X coordinate of this rectangle.

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

public double CenterX { get; }

Property Value

Type: Double
Remarks

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

See Also