CogEllipse CenterY Property Cognex VisionPro
Returns/sets the y coordinate of the ellipse center.

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

public double CenterY { get; set; }

Property Value

Type: Double
Events

Event TypeReason
CogEllipse Changed

Fires when the value of this property changes.

The following state flags may be affected:

    Remarks

    Sets or gets the y-coordinate of the center of this ellipse.

    Default Value: 70

    See Also