DrawBezier method

void DrawBezier(
  1. Pointer<DrawingWand> arg0,
  2. int arg1,
  3. Pointer<PointInfo> arg2
)

Implementation

void DrawBezier(
  ffi.Pointer<DrawingWand> arg0,
  int arg1,
  ffi.Pointer<PointInfo> arg2,
) {
  return _DrawBezier(
    arg0,
    arg1,
    arg2,
  );
}