Renders the diagram on the specified IGraphics object.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public virtual void Draw ( |
Visual Basic Copy Code |
---|
Public Overridable Sub Draw( _ |
true to skip rendering the items currently being modified; otherwise, false.
MindFusion.Diagramming for WebForms 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.