Method Initialize
Initialize(IEnumerable<Image>, SizeI)
Initializes the image list with the specified images and size.
protected virtual void Initialize(IEnumerable<Image> images, SizeI size)
Parameters
imagesIEnumerable<Image>The images to initialize with.
sizeSizeIThe size to set for the images.