MindFusion.Wpf Pack Programmer's Guide
LinkLabel.Draw Method
See Also
 





Draws the link label on the specified DrawingContext surface.

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

 Syntax

C#  Copy Code

public virtual void Draw (
    DrawingContext graphics
)

Visual Basic  Copy Code

Public Overridable Sub Draw( _
    graphics As DrawingContext _
)

 Parameters

graphics

An DrawingContext object where the link label should be rendered.

 See Also

LinkLabel Members
LinkLabel Class
MindFusion.Diagramming.Wpf Namespace