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