This delegate declares the prototype of drawing callbacks called by various icon Renderers.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public delegate bool RenderCallback<T> ( |
Visual Basic
Copy Code
|
|---|
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, or false to apply it.
See Also