'宣言
Public Function _takeSegment( _ ByVal start As Double, _ ByVal end As Double _ ) As List(Of IPoint)
public List<IPoint> _takeSegment( double start, double end )
パラメータ
- start
- end
'宣言
Public Function _takeSegment( _ ByVal start As Double, _ ByVal end As Double _ ) As List(Of IPoint)
public List<IPoint> _takeSegment( double start, double end )