IcoOptions.IcoOptions

IcoOptions()

Initializes a new instance of the IcoOptions class with the ICO frame format equals to Png and bitsPerPixel equals to 32.

public IcoOptions()

See Also


IcoOptions(FileFormat, int)

Initializes a new instance of the IcoOptions class.

public IcoOptions(FileFormat format, int bitsPerPixel = 32)
ParameterTypeDescription
formatFileFormatThe ICO frame format. Note that ICO image supports only Png and Bmp images as entries.
bitsPerPixelInt32The bits-per-pixel value.

See Also