Constructor AlphaImageList
AlphaImageList(IEnumerable<Image>)
Initializes a new instance of the AlphaImageList class with specified image list.
public AlphaImageList(IEnumerable<Image> images)
Parameters
imagesIEnumerable<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
imagesIEnumerable<Image>List of images to be stored in this new instance.
sizeSizeNew size of the images.
AlphaImageList(Image)
Initializes a new instance of the AlphaImageList class with specified image strip.
public AlphaImageList(Image stripImage)
Parameters
stripImageImageList 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
stripImageImageList of images concatenated in a single image strip.
imageWidthintWidth of the particular image in the strip.
AlphaImageList(IEnumerable<Image>)
public AlphaImageList(IEnumerable<Image> images)
Parameters
imagesIEnumerable<Image>
AlphaImageList(IEnumerable<Image>, SizeI)
public AlphaImageList(IEnumerable<Image> images, SizeI size)
Parameters
imagesIEnumerable<Image>sizeSizeI
AlphaImageList(Image)
public AlphaImageList(Image stripImage)
Parameters
stripImageImage
AlphaImageList(Image, int)
public AlphaImageList(Image stripImage, int imageWidth)