magickSetOrientation method

bool magickSetOrientation(
  1. OrientationType orientationType
)

Sets the wand orientation type.

Implementation

bool magickSetOrientation(OrientationType orientationType) =>
    _magickWandBindings.MagickSetOrientation(_wandPtr, orientationType.index)
        .toBool();