magickGetImageOrientation method

OrientationType magickGetImageOrientation()

MagickGetImageOrientation() returns the image orientation.

Implementation

OrientationType magickGetImageOrientation() => OrientationType
    .values[_magickWandBindings.MagickGetImageOrientation(_wandPtr)];