cloneMagickWand method
Makes an exact copy of this wand.
Don't forget to call destroyMagickWand on the returned MagickWand when done.
Implementation
MagickWand cloneMagickWand() =>
MagickWand._(_magickWandBindings.CloneMagickWand(_wandPtr));
Makes an exact copy of this wand.
Don't forget to call destroyMagickWand on the returned MagickWand when done.
MagickWand cloneMagickWand() =>
MagickWand._(_magickWandBindings.CloneMagickWand(_wandPtr));