Table of Contents

Constructor ImageSet

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

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)

Initializes a new instance of the ImageSet with Image.

public ImageSet(Image image)

Parameters

image Image

This image will be added to Images.

ImageSet(Stream)

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

public ImageSet(Stream stream)

Parameters

stream Stream

The 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 string

The file or embedded resource url used to load the image.

baseUri Uri

Base 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 IImageSetHandler

Native image set instance.