This delegate declares the prototype of drawing callbacks called by various icon Renderers.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C#
![]() |
---|
public delegate bool RenderCallback<T> ( |
Visual Basic
![]() |
---|
Public Delegate Function RenderCallback(Of T) ( _ |
The diagram item that invokes the callback.
A DrawingContext object representing the drawing canvas.
The icon's bounding rectangle.
true to prevent standard icon rendering, ot false to apply it.
WpfDiagram Programmer's Guide | © 2025 MindFusion |