Save

IXamlOutputSaver.Save 方法

将字节数组保存到目标位置。

public void Save(string path, byte[] data)
参数类型描述
pathString目标路径。
dataByte[]要保存到目标位置的二进制数据。

相关内容