MindFusion WinForms Programmer's Guide
StreetMapLayer.AddPen Method
See Also
 





Adds a pen to the list of pens used for shapes rendering.

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

 Syntax

C#  Copy Code

public void AddPen (
    string tagKey,
    string tagValue,
    Pen pen
)

Visual Basic  Copy Code

Public Sub AddPen( _
    tagKey As String, _
    tagValue As String, _
    pen As Pen _
)

 Parameters

tagKey

The key of the tag, specifying the map feature.

tagValue

The value of the tag, specifying the map feature.

pen

The Pen object to add.

 Remarks

For a list of standard key and value identifiers of map features, see http://wiki.openstreetmap.org/wiki/Map_Features.

 See Also

StreetMapLayer Members
StreetMapLayer Class
MindFusion.Mapping.WinForms Namespace