'Declaration Public Function _takeSegment( _ ByVal start As Double, _ ByVal end As Double _ ) As List(Of IPoint)
public List<IPoint> _takeSegment( double start, double end )
Parameters
- start
- end
'Declaration Public Function _takeSegment( _ ByVal start As Double, _ ByVal end As Double _ ) As List(Of IPoint)
public List<IPoint> _takeSegment( double start, double end )