Gets StartX, StartY, Length and Rotation (in radians from the x-axis) for the line segment.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.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
)
Gets StartX, StartY, Length and Rotation (from the x-axis) for the line segment.