Skip to main content
.NET 6.0+

CustomizeImageInfoEventArgs(ImageInfo, String, Boolean, ImageSource, String) Constructor

Initializes a new instance of the CustomizeImageInfoEventArgs class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CustomizeImageInfoEventArgs(
    ImageInfo imageInfo,
    string imageName,
    bool isEnabled,
    ImageSource imageSource,
    string imageFolder
)

Parameters

Name Type Description
imageInfo ImageInfo

An ImageInfo object supplying metadata information on the retrieved image.

imageName String

A string specifying the name of the retrieved image.

isEnabled Boolean

A Boolean value which specifies whether the retrieved image is converted to grayscale.

imageSource DevExpress.ExpressApp.Utils.ImageSource

An ImageSource descendant, specifying the Image Source from which the image was retrieved.

imageFolder String

A string specifying the folder which contains the retrieved image.

See Also