FormatMagickCaption method

int FormatMagickCaption(
  1. Pointer<Image> arg0,
  2. Pointer<DrawInfo> arg1,
  3. int arg2,
  4. Pointer<TypeMetric> arg3,
  5. Pointer<Pointer<Char>> arg4,
  6. Pointer<ExceptionInfo> arg5,
)

Implementation

int FormatMagickCaption(
  ffi.Pointer<Image> arg0,
  ffi.Pointer<DrawInfo> arg1,
  int arg2,
  ffi.Pointer<TypeMetric> arg3,
  ffi.Pointer<ffi.Pointer<ffi.Char>> arg4,
  ffi.Pointer<ExceptionInfo> arg5,
) {
  return _FormatMagickCaption(
    arg0,
    arg1,
    arg2,
    arg3,
    arg4,
    arg5,
  );
}