Definition at line 217 of file xypath.cpp.
218 {
219 CatmullRomPathPtr path = CatmullRomPathPtr::New(params);
220 XYPathPtr out = XYPathPtr::New(path);
221 if (width > 0 && height > 0) {
222 out->setDrawBounds(width, height);
223 }
224 return out;
225}
References fl::Referent::Ptr.
Referenced by CreateXYPaths().