Search
GdiCanvas.DrawLabel Method
See Also
 






Draws a Label.

Namespace: MindFusion.Mapping.WinForms
Assembly: MindFusion.Mapping.WinForms

 Syntax

C#  Copy Code

public void DrawLabel (
    Label label
)

Visual Basic  Copy Code

Public Sub DrawLabel( _
    label As Label _
)

 Parameters

label

The Label instance to draw.

 See Also