Search
Diagram.Draw Method
See Also
 






Renders the diagram on the specified IGraphics object.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void Draw (
    IGraphics graphics,
    RenderOptions options,
    Rect clipRect
)

Visual Basic  Copy Code

Public Overridable Sub Draw( _
    graphics As IGraphics, _
    options As RenderOptions, _
    clipRect As Rect _
)

 Parameters

graphics

The IGraphics surface to draw the diagram on.

options

A RenderOptions object specifying options for the drawing operation.

clipRect

A Rect specifying the current clipping rectangle.

 See Also