Skip to main content
A newer version of this page is available.
All docs
V18.2

ImageCollection.GetImageListSize(Object) Method

Returns the size of the images in the specified image list.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public static Size GetImageListSize(
    object images
)

Parameters

Name Type Description
images Object

An object that represents the source of the images.

Returns

Type Description
Size

A Size structure that specifies the height and width of the images in the specified list. Empty if images is null (Nothing in Visual Basic) or isn’t a source of images.

Remarks

The size of the images in the image list is specified by the ImageCollection.ImageSize property.

See Also