[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.GcIco.-ctor

GcIco Constructor

GcIco()

Initializes a new empty instance of GcIco class.

Declaration
public GcIco()
Public Sub New()

GcIco(Stream)

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

Declaration
public GcIco(Stream stream)
Public Sub New(stream As 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)
Public Sub New(bytes As Byte())
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)
Public Sub New(path As String)
Parameters
Type Name Description
string path

Path to the ICO file.