IcoImage.IcoImage

IcoImage(int, int, IcoOptions)

Start ICO image creation effortlessly using the IcoImage class. This constructor allows you to initialize new instances of ICO images by specifying the width, height, and creation options parameters. With this straightforward constructor, you can tailor ICO images to your exact specifications, ensuring seamless compatibility and visual appeal across different platforms and devices.

public IcoImage(int width, int height, IcoOptions options)
ParameterTypeDescription
widthInt32The width.
heightInt32The height.
optionsIcoOptionsThe ICO creation options.

See Also


IcoImage(Image, IcoOptions)

Crafted for simplicity and efficiency, the IcoImage class empowers you to create ICO images with ease. This constructor initializes a new instance of the class, providing a solid foundation for your image manipulation needs. Whether you’re developing applications or enhancing user interfaces, the IcoImage class simplifies ICO image management, allowing you to focus on delivering exceptional experiences.

public IcoImage(Image image, IcoOptions icoOptions)
ParameterTypeDescription
imageImageThe image.
icoOptionsIcoOptionsThe ICO options.

See Also