ImageMagick.MagickScript.ExecuteSmushVertical C# (CSharp) Method

ExecuteSmushVertical() private method

private ExecuteSmushVertical ( XmlElement element, MagickImageCollection collection ) : MagickImage
element XmlElement
collection MagickImageCollection
return MagickImage
    private MagickImage ExecuteSmushVertical(XmlElement element, MagickImageCollection collection)
    {
      Int32 offset_ = Variables.GetValue<Int32>(element, "offset");
      return collection.SmushVertical(offset_);
    }
  }
MagickScript