Table of Contents

Class IconSet

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Allows to use icons in the application.

[TypeConverter(typeof(IconSetConverter))]
public class IconSet : ImageContainer<IIconSetHandler>, IBaseObject, IDisposableObject, INotifyPropertyChanged, IImageContainer, IDisposable
Inheritance
IconSet
Implements

Constructors

IconSet()

Initializes a new instance of the IconSet with default values.

IconSet(Image)

Initializes a new instance of the IconSet with Image.

IconSet(Stream)

Initializes a new instance of the IconSet class from the specified data stream.

IconSet(string?, Uri?)

Initializes a new instance of the IconSet class from the specified url. See FromUrl(string) for the details.

Methods

CreateHandler()

Creates handler.

FromImage(Image?)

Creates IconSet instance from the Image instance.

FromUrl(string)

Initializes a new instance of the IconSet class from the specified url.

FromUrlOrDefault(string, IconSet?)

Initializes a new instance of the IconSet class from the specified url.

FromUrlOrNull(string)

Initializes a new instance of the IconSet class from the specified url.