clearMagickWand method
void
clearMagickWand()
Clears resources associated with this wand, leaving the wand blank, and ready to be used for a new set of images.
Implementation
void clearMagickWand() => _magickWandBindings.ClearMagickWand(_wandPtr);