CogGeneralContourEllipticalArcSegmentIterator MidpointX Property Cognex VisionPro 9.5
Returns/sets the X coordinate of the elliptical arc midpoint.

Namespace: Cognex.VisionPro.Implementation.Internal
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 69.0.0.0
Syntax

public virtual double MidpointX { get; set; }

Property Value

Type: Double

Implements

ICogGeneralContourEllipticalArcSegmentIterator MidpointX
Events

Event TypeReason
CogGeneralContourSegmentIteratorChanged

Fires when the midpoint changes.

The following state flags may be affected:

    Exceptions

    Remarks

    Sets or gets the x-coordinate of the elliptical arc midpoint.

    See Also