Save

Save(string)

将图像保存到指定文件

public void Save(string fileName)
参数类型描述
fileNameString文件名字符串

另见


Save(Stream, PPImageFormat)

将图像以指定格式保存到指定流中。

public void Save(Stream stream, PPImageFormat imageFormat)
参数类型描述
streamStream用于保存图像的流
imageFormatPPImageFormat图像格式 PPImageFormat

另见


Save(string, PPImageFormat)

将图像以指定格式保存到指定文件。

public void Save(string fileName, PPImageFormat imageFormat)
参数类型描述
fileNameString文件名字符串
imageFormatPPImageFormat图像格式 PPImageFormat

另见