LineSegment GetStartLengthRotation Method Cognex VisionPro 9.22 SR1

Gets StartX, StartY, Length and Rotation (in radians from the x-axis) for the line segment.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public void GetStartLengthRotation(
	out double startX,
	out double startY,
	out double length,
	out double rotation
)

Parameters

startX
Type: System Double 
X-coordinate of the start point.
startY
Type: System Double 
Y-coordinate of the start point.
length
Type: System Double 
Length of the line segment.
rotation
Type: System Double 
Rotation of the line segment.
See Also