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

ImageGalleryCustomImageProcessingEventArgs.Graphics Property

Provides methods for drawing objects over an image.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public Graphics Graphics { get; }

Property Value

Type Description
Graphics

An Graphics object.

See Also