FreeSpline()
语法
FreeSpline(#Spline)概要
Frees a spline and releases all its associated memory. This spline must not be used (by using its number with the other functions in this library) after calling this function, unless you create it again.
参数
#Spline The spline to free. If #PB_All is specified, all the remaining splines are freed.
返回值
无.
Remarks
All remaining splines are automatically freed when the program ends.
参阅
CreateSpline()
已支持操作系统
所有