Xamarin Pack Programmer's Guide
Diagram.Draw Method (IGraphics, RenderOptions, Rectangle, Boolean)
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,
    Rectangle clipRect,
    bool noModifiedItems
)

Visual Basic  Copy Code

Public Overridable Sub Draw( _
    graphics As IGraphics, _
    options As RenderOptions, _
    clipRect As Rectangle, _
    noModifiedItems As Boolean _
)

 Parameters

graphics

The IGraphics surface to draw the diagram on.

options

A RenderOptions object specifying options for the drawing operation.

clipRect

A Rectangle specifying the current clipping rectangle.

noModifiedItems

true to skip rendering the items currently being modified; otherwise, false.

 See Also

Draw Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace