Namespace: Cognex.Vision.Implementation.InternalAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.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
)