Constructor AlphaImageList
AlphaImageList()
Initializes a new empty instance of the AlphaImageList class with
image size of 16x16 pixels.
public AlphaImageList()
AlphaImageList(Size)
Initializes a new empty instance of the AlphaImageList class with
the specified image size.
public AlphaImageList(Size size)
Parameters
sizeSize
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)