Skip to main content
All docs
V20.1

CustomDrawBackgroundEventArgs Constructors

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