SRGraphComponent::GetLineLength

double SRGraphComponent::GetLineLength(CPoint ptStart, CPoint ptEnd)

Calculates the length of a line segment between two points

Defined in: SRGComp.cpp

Return Value

Length of the line segment (in logical units)

Parameters

ptStart

Start point

ptEnd

End point