ImageMagick.MagickScript.ExecuteMosaic C# (CSharp) Метод

ExecuteMosaic() приватный статический Метод

private static ExecuteMosaic ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
Результат MagickImage
    private static MagickImage ExecuteMosaic(MagickImageCollection collection)
    {
      return collection.Mosaic();
    }
    private MagickImage ExecuteSmushHorizontal(XmlElement element, MagickImageCollection collection)
MagickScript