MindFusion.Mapping Programmer's Guide

Point.DrawLabel Method

See Also
 






MapElement.DrawLabel override.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

protected override void DrawLabel (
    ICanvas canvas
)

Visual Basic  Copy Code

Protected Overrides Sub DrawLabel( _
    canvas As ICanvas _
)

 Parameters

canvas

An ICanvas representing the drawing surface.

 See Also