MindFusion.Mapping Programmer's Guide

MapElement.DrawLabel Method

See Also
 






Draws the label of this map element.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

protected virtual void DrawLabel (
    ICanvas canvas
)

Visual Basic  Copy Code

Protected Overridable Sub DrawLabel( _
    canvas As ICanvas _
)

 Parameters

canvas

An ICanvas representing the drawing surface.

 See Also