CogRectangleAffine CenterX Property Cognex VisionPro 9.8
Center point (X coordinate) of this affine rectangle.

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

public double CenterX { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogRectangleAffine Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Sets or gets the x-coordinate of the center point of this affine rectangle.

    Default Value: 70

    See Also