ImageCollection.GetImageListSize(Object, Nullable<Single>) Method
In This Article
Returns the size of the images in the specified image list.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
images | Object | An object that represents the source of the images. |
#Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
scale |
Nullable<Single> | null | An integer value that specifies a custom scale factor. |
#Returns
Type | Description |
---|---|
Size | A structure that specifies the height and width of the images in the specified list. |
#Remarks
The images parameter is an ImageList or ImageCollection object. If the images parameter is null (Nothing in VB), the method returns System.Drawing.Size.Empty
.
See Also