Search
ControlNode.Draw Method
See Also
 





Draws the node on the specified IGraphics surface.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 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
An IGraphics object where the node should be rendered.
options

Provides options for the drawing operation.

 See Also