Skip to main content
All docs
V25.1
  • ImageGalleryCustomDrawEventArgs(GraphicsCache, GalleryControlPainter, ImageGalleryInfoArgs) Constructor

    Initializes a new instance of the ImageGalleryCustomDrawEventArgs class with specified settings.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    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