PixelGetException method

Pointer<Char> PixelGetException(
  1. Pointer<PixelWand> arg0,
  2. Pointer<Int32> arg1
)

Implementation

ffi.Pointer<ffi.Char> PixelGetException(
  ffi.Pointer<PixelWand> arg0,
  ffi.Pointer<ffi.Int32> arg1,
) {
  return _PixelGetException(
    arg0,
    arg1,
  );
}