Definition at line 207 of file xypath.cpp.
208 {
209 GielisCurvePathPtr path = GielisCurvePathPtr::New(params);
210 XYPathPtr out = XYPathPtr::New(path);
211 if (width > 0 && height > 0) {
212 out->setDrawBounds(width, height);
213 }
214 return out;
215}
References fl::Referent::Ptr.
Referenced by CreateXYPaths().