CogLineSegment GetStartEnd Method Cognex VisionPro 9.21
Gets coordinates StartX, EndX, StartY, EndY for the line segment.

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

public 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.

startY
Type: System Double 

Y-coordinate of the start point.

endX
Type: System Double 

X-coordinate of the end point.

endY
Type: System Double 

Y-coordinate of the end point.

Remarks

Gets coordinates StartX, EndX, StartY, EndY for the line segment.

See Also