private IMagickImage ExecuteSmushVertical(XmlElement element, IMagickImageCollection collection)
        {
            Int32 offset_ = Variables.GetValue <Int32>(element, "offset");

            return(collection.SmushVertical(offset_));
        }