[]
Represents a set of images stored in ICO format.
public class GcIco : IDisposable
Public Class GcIco
Implements IDisposable
Name | Description |
---|---|
GcIco() | Initializes a new empty instance of GcIco class. |
GcIco(byte[]) | Initializes a new instance of GcIco class and loads data from a byte array. |
GcIco(Stream) | Initializes a new instance of GcIco class and loads data from the specified stream. |
GcIco(string) | Initializes a new instance of GcIco class and loads data from the specified ICO file. |
Name | Description |
---|---|
Frames | Gets the list of IcoFrames. |
IsDisposed | Gets a value indicating whether the GcIco has been disposed of. |
Name | Description |
---|---|
ApplyLicenseKey(string) | Applies a license key to an instance of GcIco. |
Dispose() | Clean up any resources being used. |
Dispose(bool) | Performs cleanup operations on managed and unmanaged resources. |
Load(byte[]) | Loads data in ICO format from a byte array. |
Load(Stream) | Loads data in ICO format from a stream. |
Load(string) | Loads data from the specified ICO file. |
Save(Stream) | Saves data in ICO format to the specified stream. |
Save(string) | Saves data in ICO format to the specified file. |