Renders the diagram on the specified IGraphics object.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual void Draw ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub Draw( _ |
The IGraphics surface to draw the diagram on.
A RenderOptions object specifying options for the drawing operation.
A Rect specifying the current clipping rectangle.
See Also