Gets coordinates StartX, EndX, StartY, EndY for the line segment.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.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
)
Gets coordinates StartX, EndX, StartY, EndY for the line segment.