magickGetOrientation method

OrientationType magickGetOrientation()

Gets the wand orientation type.

Implementation

OrientationType magickGetOrientation() => OrientationType
    .values[_magickWandBindings.MagickGetOrientation(_wandPtr)];