Renders the diagram on the specified IGraphics object.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public virtual void Draw ( |
Visual Basic Copy Code |
---|
Public Overridable Sub Draw( _ |
MvcDiagram calls this method to draw a representation of the diagram onto the specified graphics surface. You can override Draw if you need to render additional elements over what's already drawn by the Diagram object.
MvcDiagram Programmer's Guide | © 2024 MindFusion |