IcoOptions
Class IcoOptions
Namespace: Imagise.Converter.ImageOptions
Assembly: Imagise.Converter.dll
Create custom ICO image files for application icons effortlessly with our API, empowering you to represent your software seamlessly. Our API supports PNG and BMP image frames with various bits per pixel values, ensuring versatility and compatibility for your icon creation needs.
public class IcoOptions : ImageOptions, IDisposable
Inheritance
object ← ImageOptions ← IcoOptions
Implements
Inherited Members
ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
IcoOptions()
Initializes a new instance of the
public IcoOptions()
Properties
BitsPerPixel
Gets or sets the bits-per-pixel value.
public int BitsPerPixel { get; set; }