Search
ICanvas.DrawLabel Method
See Also
 





Draws a Label.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

void DrawLabel (
    Label label
)

Visual Basic  Copy Code

Sub DrawLabel( _
    label As Label _
)

 Parameters

label

The Label instance to draw.

 See Also