[]
Initializes a new empty instance of GcIco class.
public GcIco()
Public Sub New()
Initializes a new instance of GcIco class and loads data from the specified stream.
public GcIco(Stream stream)
Public Sub New(stream As 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)
Public Sub New(bytes As Byte())
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)
Public Sub New(path As String)
Type | Name | Description |
---|---|---|
string | path | Path to the ICO file. |