CogLineSegment GetStartLengthRotation Method Cognex VisionPro 9.24
Gets StartX, StartY, Length and Rotation (in radians from the x-axis) for the line segment.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 91.0.0.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.

Remarks

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

See Also