LineSegment GetStartEnd Method Cognex VisionPro 9.23

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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.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.
See Also