Search
DiagramNode.Draw Method
See Also
 





DiagramItem.Draw override. Draws the item 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