Search
CompositeNode.DrawLocal Method
See Also
 





Draws the node on the specified IGraphics surface.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void DrawLocal (
    IGraphics graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overrides Sub DrawLocal( _
    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