isPixelWand method

bool isPixelWand()

IsPixelWand() returns true if the wand is verified as a pixel wand.

Implementation

bool isPixelWand() => _magickWandBindings.IsPixelWand(_wandPtr).toBool();