LineSegment SetStartLengthRotation Method Cognex VisionPro 9.21 SR1

Sets 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.21.1.1
Syntax

public void SetStartLengthRotation(
	double startX,
	double startY,
	double length,
	double rotation
)
Remarks

Changed Raised when the value of this property changes.

See Also