Table of Contents

Constructor AlphaImageList

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

AlphaImageList(IEnumerable<Image>)

Initializes a new instance of the AlphaImageList class with specified image list.

public AlphaImageList(IEnumerable<Image> images)

Parameters

images IEnumerable<Image>

List of images to be stored in this new instance.

AlphaImageList(IEnumerable<Image>, Size)

Initializes a new instance of the AlphaImageList class with specified parameters.

public AlphaImageList(IEnumerable<Image> images, Size size)

Parameters

images IEnumerable<Image>

List of images to be stored in this new instance.

size Size

New size of the images.

AlphaImageList(Image)

Initializes a new instance of the AlphaImageList class with specified image strip.

public AlphaImageList(Image stripImage)

Parameters

stripImage Image

List of images concatenated in a single image strip.

AlphaImageList(Image, int)

Initializes a new instance of the AlphaImageList class with specified image strip.

public AlphaImageList(Image stripImage, int imageWidth)

Parameters

stripImage Image

List of images concatenated in a single image strip.

imageWidth int

Width of the particular image in the strip.