If you want to do multiple draw operations you should use the overload of Draw that accepts an IEnumerable<DrawableBase>. I posted an example here: https://magick.codeplex.com/discussions/445822. I will change the method signature of Draw(Drawable) to Draw(params Drawable) to make this more obvious.
↧