magickSetOrientation method
Sets the wand orientation type.
Implementation
bool magickSetOrientation(OrientationType orientationType) =>
_magickWandBindings.MagickSetOrientation(_wandPtr, orientationType.index)
.toBool();
Sets the wand orientation type.
bool magickSetOrientation(OrientationType orientationType) =>
_magickWandBindings.MagickSetOrientation(_wandPtr, orientationType.index)
.toBool();