[]
Initializes a new empty instance of GcIco class.
public GcIco()
Initializes a new instance of GcIco class and loads data from the specified stream.
public GcIco(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The source stream with data in ICO format. |
Initializes a new instance of GcIco class and loads data from a byte array.
public GcIco(byte[] bytes)
| Type | Name | Description |
|---|---|---|
| byte[] | bytes | The source data in ICO format. |
Initializes a new instance of GcIco class and loads data from the specified ICO file.
public GcIco(string path)
| Type | Name | Description |
|---|---|---|
| string | path | Path to the ICO file. |