C# Class ImageLib.Helpers.ImageHelper

Exibir arquivo Open project: chenrensong/ImageLib.UWP

Public Methods

Method Description
IsGif ( byte header ) : bool

是否是Gif图片

Save ( string url, string savedPath = null ) : Task

保存文件

Method Details

IsGif() public static method

是否是Gif图片
public static IsGif ( byte header ) : bool
header byte
return bool

Save() public static method

保存文件
public static Save ( string url, string savedPath = null ) : Task
url string
savedPath string
return Task