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





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

A System.Windows.Media.DrawingContext object where the label should be rendered.

 See Also

ItemLabel Members
ItemLabel Class
MindFusion.Diagramming.Wpf Namespace