destroyPixelWand method
void
destroyPixelWand()
DestroyPixelWand() deallocates resources associated with a PixelWand.
Never use a PixelWand after it has been destroyed.
Implementation
void destroyPixelWand() => _magickWandBindings.DestroyPixelWand(_wandPtr);