Skip to main content
A newer version of this page is available.

ImageInfo(String, Image, String) Constructor

Initializes a new instance of the ImageInfo structure.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public ImageInfo(
    string imageName,
    Image image,
    string imageUrl
)

Parameters

Name Type Description
imageName String

A string specifying the image name. This parameter value is assigned to the ImageInfo.ImageName property.

image Image

A Image object representing the image for which the created ImageInfo will provide metadata information.

imageUrl String

A string specifying the Uniform Resource Locator of the image. This parameter value is assigned to the ImageInfo.ImageUrl property.

See Also