Rectangle CenterX Property Cognex VisionPro 9.21

Center X coordinate of this rectangle.

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

See Also