Search
VisioNode.DrawLocal Method
See Also
 





DiagramNode.DrawLocal override.

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