Skip to main content

ImageCollection.AddImageStripVertical(Image) Method

Adds the images from the specified vertical image strip to the collection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void AddImageStripVertical(
    Image image
)

Parameters

Name Type Description
image Image

The image(s) to add to the collection.

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 height of the source image.

See Also