[]
Saves data in ICO format to the specified file.
public void Save(string filePath)
Public Sub Save(filePath As String)
Type | Name | Description |
---|---|---|
string | filePath | Full path to the output file. |
Saves data in ICO format to the specified stream.
public void Save(Stream stream)
Public Sub Save(stream As Stream)
Type | Name | Description |
---|---|---|
Stream | stream | The output stream. |