Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 537 of file graphicspath.c.
{ TRACE("(%p, %p, %d, %d, %d, %.2f)\n", path, points, count, offset, nseg, tension); if(!path || !points || offset + 1 >= count || count - offset < nseg + 1) return InvalidParameter; return GdipAddPathCurve2I(path, &points[offset], nseg + 1, tension); }