如何得到一样条曲线的两个端点??
在VBA中,已经得到该样条曲线的对象如何才能得到它的两个端点坐标呢??
呵呵,搞定了!!
说说怎么搞定的
说说怎么搞定的是这样的
Dim number As IntegerDim startPoint As Variant
Dim endPoint As Variant
number = splinObj.NumberOfControlPoints
startPoint = splineObj.GetControlPoints(0)
endPoint = splineObj.GetControlPoints(number-1)
没有严格的测试
可能有拼写错误
页:
[1]