Skip to main content
All docs
V20.1

CustomDrawItemEventArgs Constructors

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