Skip to main content
All docs
V19.1

ImageCollection.GetImageListSize(Object) Method

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

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.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