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