ImageList.ImageList

Overview | Methods | This Package | All Packages

ImageList.ImageList

Creates an ImageList control.

Syntax

public ImageList()

public ImageList( Point size )

public ImageList( Point size, Color maskColor )

Parameters

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.

Remarks

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.