Search
ContainerNode.Draw Method
See Also
 





DiagramNode.Draw override. Draws the container on the specified IGraphics surface.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void Draw (
    IGraphics graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overrides Sub Draw( _
    graphics As IGraphics, _
    options As RenderOptions _
)

 Parameters

graphics

The IGraphics surface to draw the node on.

options

Provides options for the drawing operation.

 See Also