[]
Saves a skin to a file.
public static void Save(SheetSkin skin, string fileName)
Public Shared Sub Save(skin As SheetSkin, fileName As String)
Type | Name | Description |
---|---|---|
SheetSkin | skin | Name of the skin |
string | fileName | Path and file name to which to save the skin overwriting the file if it already exists |
Saves a skin to a stream.
public static void Save(SheetSkin skin, Stream stream)
Public Shared Sub Save(skin As SheetSkin, stream As Stream)