Definition at line 229 of file xypath.cpp.
230 {
231 CatmullRomPathPtr path = CatmullRomPathPtr::New(params);
232 XYPathPtr out = XYPathPtr::New(path);
233 if (width > 0 && height > 0) {
234 out->setDrawBounds(width, height);
235 }
236 return out;
237}
References fl::Referent::Ptr.
Referenced by CreateXYPaths().