Constructor ImageSet
ImageSet()
Initializes a new instance of the ImageSet with default values.
public ImageSet()
ImageSet(bool)
Initializes a new instance of the ImageSet with default values.
public ImageSet(bool immutable)
Parameters
immutable
bool
ImageSet(Image)
public ImageSet(Image image)
Parameters
ImageSet(Stream)
Initializes a new instance of the ImageSet class from the specified data stream.
public ImageSet(Stream stream)
Parameters
stream
StreamThe data stream used to load the image.
ImageSet(string?, Uri?)
Initializes a new instance of the ImageSet class from the specified file or resource url.
public ImageSet(string? url, Uri? baseUri = null)
Parameters
url
stringThe file or embedded resource url used to load the image.
baseUri
UriBase url. Optional. Used if
url
is relative.
Remarks
See FromUrl(string) for the details.
ImageSet(IImageSetHandler)
Initializes a new instance of the ImageSet class.
public ImageSet(IImageSetHandler imageSet)
Parameters
imageSet
IImageSetHandlerNative image set instance.