Search
ItemLabel.Draw Method
See Also
 





Draws the label on the specified IGraphics surface.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void Draw (
    IGraphics graphics
)

Visual Basic  Copy Code

Public Overridable Sub Draw( _
    graphics As IGraphics _
)

 Parameters

graphics

An IGraphics object where the label should be rendered.

 See Also