ICogGeneralContourLineSegmentIterator GetStartEnd Method Cognex VisionPro 9.5
Returns the start and end coordinates for the line segment.

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

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.

Exceptions

Remarks

Returns the start and end coordinates for the line segment.

See Also