Constructor IconSet
IconSet(Image?)
public IconSet(Image? image)Parameters
- imageImage
- This image will be converted to icon and added to the set of icons. 
IconSet(Stream?)
Initializes a new instance of the IconSet class from the specified data stream.
public IconSet(Stream? stream)Parameters
- streamStream
- The data stream used to load the icon. 
IconSet(string?, Uri?)
Initializes a new instance of the IconSet class from the specified url. See FromUrl(string) for the details.
public IconSet(string? url, Uri? baseUri = null)Parameters
- urlstring
- The file or embedded resource url used to load the image. 
- baseUriUri
- Base url. Optional. Used if - urlis relative.
Remarks
No exceptions are raised if error occurs during icon load. If DEBUG is defined, exception info is logged.
IconSet()
Initializes a new instance of the IconSet with default values.
public IconSet()