Creates an ImageList control.
public ImageList()
public ImageList( Point size )
public ImageList( Point size, Color maskColor )
size
A Point object that represents the dimensions, in pixels, of an image in the image list.
maskColor
A Color object that represents the mask color for the images in the image list.
If the size parameter is not supplied or is null, this method creates an ImageList control with a default image size of 16 x 16 pixels.