'Declaration Public Function _buildSplineLineShape( _ ByVal points As List(Of IPoint), _ ByVal prePoint As IPoint, _ ByVal nextPoint As IPoint _ ) As IPolylineShape
public IPolylineShape _buildSplineLineShape( List<IPoint> points, IPoint prePoint, IPoint nextPoint )
Parameters
- points
- prePoint
- nextPoint