Gets StartX, StartY, Length and Rotation (in radians from the x-axis) for the line segment.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public void GetStartLengthRotation(
out double startX,
out double startY,
out double length,
out double rotation
)
public void GetStartLengthRotation(
out double startX,
out double startY,
out double length,
out double rotation
)
Public Sub GetStartLengthRotation (
<OutAttribute> ByRef startX As Double,
<OutAttribute> ByRef startY As Double,
<OutAttribute> ByRef length As Double,
<OutAttribute> ByRef rotation As Double
)
Public Sub GetStartLengthRotation (
<OutAttribute> ByRef startX As Double,
<OutAttribute> ByRef startY As Double,
<OutAttribute> ByRef length As Double,
<OutAttribute> ByRef rotation As Double
)
public:
void GetStartLengthRotation(
[OutAttribute] double% startX,
[OutAttribute] double% startY,
[OutAttribute] double% length,
[OutAttribute] double% rotation
)
public:
void GetStartLengthRotation(
[OutAttribute] double% startX,
[OutAttribute] double% startY,
[OutAttribute] double% length,
[OutAttribute] double% rotation
)