MagickWand.newMagickWand constructor
MagickWand.newMagickWand()
Returns a wand required for all other methods in the API.
A fatal exception is thrown if there is not enough memory to allocate the
wand. Use destroyMagickWand()
to dispose of the wand when it is no
longer needed.
Implementation
factory MagickWand.newMagickWand() =>
MagickWand._(_magickWandBindings.NewMagickWand());