The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
I know there is a DrawRotate function but I was wondering if it is possible to rotate an element around a certain point using the MagickWand API ?
Currently all I have figured out is to do some translations and render the element on an transparent canvas and overlay that on the final image. Not very elegant
I thing we need a little more detail ablut the 'element'.
Draw will rotate the coordinates of drawing elements BEFORE thay are drawn if you use appropriate settings.. see IM examples, Draw, warping the drawing surface http://www.imagemagick.org/Usage/draw/#transform