Skip to main content
Tab

ImageGalleryCustomImageProcessingEventArgs.Graphics Property

Provides methods for drawing objects over an image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public Graphics Graphics { get; }

Property Value

Type Description
Graphics

An Graphics object.

See Also