Gets coordinates StartX, EndX, StartY, EndY for the line segment.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public void GetStartEnd(
out double startX,
out double startY,
out double endX,
out double endY
)
public void GetStartEnd(
out double startX,
out double startY,
out double endX,
out double endY
)
Public Sub GetStartEnd (
<OutAttribute> ByRef startX As Double,
<OutAttribute> ByRef startY As Double,
<OutAttribute> ByRef endX As Double,
<OutAttribute> ByRef endY As Double
)
Public Sub GetStartEnd (
<OutAttribute> ByRef startX As Double,
<OutAttribute> ByRef startY As Double,
<OutAttribute> ByRef endX As Double,
<OutAttribute> ByRef endY As Double
)
public:
void GetStartEnd(
[OutAttribute] double% startX,
[OutAttribute] double% startY,
[OutAttribute] double% endX,
[OutAttribute] double% endY
)
public:
void GetStartEnd(
[OutAttribute] double% startX,
[OutAttribute] double% startY,
[OutAttribute] double% endX,
[OutAttribute] double% endY
)