Constructor AlphaImageList
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
SizeNew size of the images.
AlphaImageList(Image)
Initializes a new instance of the AlphaImageList
class with specified image strip.
public AlphaImageList(Image stripImage)
Parameters
stripImage
ImageList 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)