Sets StartX, StartY, Length and Rotation (in radians, from the x-axis) for the line segment.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
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
Changed Raised when the value of this property changes.
See Also