ImageMagick.MagickImageCollection.SetFormat C# (CSharp) Method

SetFormat() private method

private SetFormat ( ImageFormat format ) : void
format System.Drawing.Imaging.ImageFormat
return void
    private void SetFormat(ImageFormat format)
    {
      SetFormat(MagickFormatInfo.GetFormat(format));
    }
MagickImageCollection