magickSetResolution method
Sets the image resolution.
Implementation
bool magickSetResolution(double xResolution, double yResolution) =>
_magickWandBindings.MagickSetResolution(
_wandPtr, xResolution, yResolution)
.toBool();