CogGeneralContourLineSegmentIterator GetStartEnd Method Cognex VisionPro 9.10
Returns the start and end coordinates for the line segment.

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

public virtual void GetStartEnd(
	out double startX,
	out double startY,
	out double endX,
	out double endY
)

Parameters

startX
Type: System Double 

X-coordinate of the start point of the segment.

startY
Type: System Double 

Y-coordinate of the start point of the segment.

endX
Type: System Double 

X-coordinate of the end point of the segment.

endY
Type: System Double 

Y-coordinate of the end point of the segment.

Implements

ICogGeneralContourLineSegmentIterator GetStartEnd(Double , Double , Double , Double )
Exceptions

Remarks

Returns the start and end coordinates for the line segment.

See Also