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

ImageGalleryCustomImageProcessingEventArgs(Graphics, Bitmap, ImageGalleryImageLocation) Constructor

Initializes a new instance of the ImageGalleryCustomImageProcessingEventArgs class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageGalleryCustomImageProcessingEventArgs(
    Graphics graphics,
    Bitmap image,
    ImageGalleryImageLocation imageLocation
)

Parameters

Name Type Description
graphics Graphics

An object that provides methods for drawing objects over an image.

image Bitmap

A Bitmap object that is the processed image.

imageLocation ImageGalleryImageLocation

One of the enumeration values specifying the location of the processed image.

Remarks

Instances of the ImageGalleryCustomImageProcessingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also