Search
DiagramLink.Draw Method
See Also
 





Draws the link on the specified IGraphics surface.

Namespace: MindFusion.Diagramming
Package: 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 link should be rendered.
options

Provides options for the drawing operation.

 See Also