예제 #1
0
static bool HHVM_METHOD(ImagickDraw, pathStart) {
  auto wand = getDrawingWandResource(Object{this_});
  DrawPathStart(wand->getWand());
  return true;
}
예제 #2
0
MAGICK_NET_EXPORT void DrawingWand_PathStart(DrawingWand *instance, ExceptionInfo **exception)
{
  DrawPathStart(instance);
  MAGICK_NET_SET_DRAW_EXCEPTION;
}