Search
FreeFormNode.Draw Method
See Also
 





Draws the node using 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

An IGraphics object where the node should be rendered.

options

Provides options for the drawing operation.

 See Also