NewPixelWand method

Pointer<PixelWand> NewPixelWand()

Implementation

ffi.Pointer<PixelWand> NewPixelWand() {
  return _NewPixelWand();
}