ImageGalleryCustomDrawEventArgs(GraphicsCache, GalleryControlPainter, ImageGalleryInfoArgs) Constructor
Initializes a new instance of the ImageGalleryCustomDrawEventArgs class with specified settings.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
public ImageGalleryCustomDrawEventArgs(
GraphicsCache cache,
GalleryControlPainter painter,
ImageGalleryInfoArgs info
)
Parameters
Name | Type | Description |
---|---|---|
cache | GraphicsCache | A storage for pens, fonts, and brushes. |
painter | DevExpress.XtraBars.Ribbon.Drawing.GalleryControlPainter | An object that performs paint operations. |
info | DevExpress.XtraBars.Ribbon.Drawing.ImageGalleryInfoArgs | An object that stores information about the gallery. |
See Also