[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcIco.-ctor

GcIco Constructor

GcIco()

Initializes a new empty instance of GcIco class.

Declaration
public GcIco()

GcIco(Stream)

Initializes a new instance of GcIco class and loads data from the specified stream.

Declaration
public GcIco(Stream stream)
Parameters
Type Name Description
Stream stream

The source stream with data in ICO format.

GcIco(byte[])

Initializes a new instance of GcIco class and loads data from a byte array.

Declaration
public GcIco(byte[] bytes)
Parameters
Type Name Description
byte[] bytes

The source data in ICO format.

GcIco(string)

Initializes a new instance of GcIco class and loads data from the specified ICO file.

Declaration
public GcIco(string path)
Parameters
Type Name Description
string path

Path to the ICO file.