magickGetAntialias method

bool magickGetAntialias()

Returns the antialias property associated with the wand.

Implementation

bool magickGetAntialias() =>
    _magickWandBindings.MagickGetAntialias(_wandPtr).toBool();