Back to Devexpress

ImageCollection.AddImageStripVertical(Image) Method

windowsforms-devexpress-dot-utils-dot-imagecollection-dot-addimagestripvertical-x28-system-dot-drawing-dot-image-x29.md

latest1.7 KB
Original Source

ImageCollection.AddImageStripVertical(Image) Method

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

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public void AddImageStripVertical(
    Image image
)
vb
Public Sub AddImageStripVertical(
    image As Image
)

Parameters

NameTypeDescription
imageImage

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

AddImage

AddImageStrip(Image)

ExportToFile(String)

ImageSize

ImageCollection Class

ImageCollection Members

DevExpress.Utils Namespace