cloneMagickWand method

MagickWand cloneMagickWand()

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));