ImageMagick.MagickScript.ExecuteMosaic C# (CSharp) Method

ExecuteMosaic() private static method

private static ExecuteMosaic ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
return MagickImage
    private static MagickImage ExecuteMosaic(MagickImageCollection collection)
    {
      return collection.Mosaic();
    }
    private MagickImage ExecuteSmushHorizontal(XmlElement element, MagickImageCollection collection)
MagickScript