Skip to main content
A newer version of this page is available.
All docs
V19.1

CustomDrawBackgroundEventArgs Constructors

Provides data for the DiagramControl.CustomDrawBackground event.
Name Parameters Description
CustomDrawBackgroundEventArgs(Graphics, DiagramDrawingContext, RectangleF, RectangleF, IEnumerable<DiagramPageInfo>, RectangleF, Nullable<RectangleF>, Nullable<RectangleF>, Nullable<Int32>) graphics, context, contentBounds, totalBounds, pages, viewportBounds, printBounds, printClientBounds, printIndex Initializes a new instance of the CustomDrawBackgroundEventArgs class with the specified settings.
See Also