This delegate declares the prototype of drawing callbacks called by various icon Renderers.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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.
An IGraphics object representing the drawing canvas.
The icon's bounding rectangle.
true to prevent standard icon rendering, or false to apply it.
See Also