[]
Loads a Spread skin from a file.
public static SpreadSkin Load(string fileName)
Public Shared Function Load(fileName As String) As SpreadSkin
Type | Name | Description |
---|---|---|
string | fileName | Path and file name from which to load the skin |
Type | Description |
---|---|
SpreadSkin | A SpreadSkinobject. |
Loads a Spread skin from a stream.
public static SpreadSkin Load(Stream stream)
Public Shared Function Load(stream As Stream) As SpreadSkin
Type | Name | Description |
---|---|---|
Stream | stream | Stream from which to load the skin |
Type | Description |
---|---|
SpreadSkin | A SpreadSkinobject. |