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

CustomDrawItemEventArgs Constructors

Provides data for the DiagramControl.CustomDrawItem event.
Name Parameters Description
CustomDrawItemEventArgs(Graphics, DiagramItem, Action<DiagramAppearanceObject, CustomDrawItemMode>, DiagramAppearanceObject, SizeF, DiagramDrawingContext) graphics, item, defaultDraw, appearance, size, context Initializes a new instance of the CustomDrawItemEventArgs class with the specified settings.
See Also