Search
DiagramNodeAdapter.Draw Method
See Also
 





Draws the item on the specified IGraphics surface.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public override void Draw (
    DrawingContext graphics,
    RenderOptions options
)

Visual Basic  Copy Code

Public Overrides Sub Draw( _
    graphics As DrawingContext, _
    options As RenderOptions _
)

 Parameters

graphics

An IGraphics object where the item should be rendered.

options

Provides options for the drawing operation.

 See Also