Example #1
0
static bool HHVM_METHOD(ImagickDraw, pathClose) {
  auto wand = getDrawingWandResource(Object{this_});
  DrawPathClose(wand->getWand());
  return true;
}
Example #2
0
MAGICK_NET_EXPORT void DrawingWand_PathClose(DrawingWand *instance, ExceptionInfo **exception)
{
  DrawPathClose(instance);
  MAGICK_NET_SET_DRAW_EXCEPTION;
}