This delegate declares the prototype of drawing callbacks called by various icon Renderers.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public delegate bool RenderCallback<T> ( |
Visual Basic Copy Code |
---|
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |