NewPixelWands method

Pointer<Pointer<PixelWand>> NewPixelWands(
  1. int arg0
)

Implementation

ffi.Pointer<ffi.Pointer<PixelWand>> NewPixelWands(
  int arg0,
) {
  return _NewPixelWands(
    arg0,
  );
}