clonePixelWand method

PixelWand clonePixelWand()

ClonePixelWand() makes an exact copy of the specified wand.

Don't forget to destroy the returned PixelWand with destroyPixelWand.

Implementation

PixelWand clonePixelWand() =>
    PixelWand._(_magickWandBindings.ClonePixelWand(_wandPtr));