ImageCollection.AddImageStrip(Image) Method
In This Article
Adds the images from the specified horizontal image strip to the collection.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
image | Image | The image |
#Remarks
A strip is a single image that is treated as multiple images arranged side-by-side. The number of images to add is inferred from the width of the source image.
See Also