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





Adds a brush to the list of brushes used for shapes rendering.

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

 Syntax

C#  Copy Code

public void AddBrush (
    string tagKey,
    string tagValue,
    SolidBrush brush
)

Visual Basic  Copy Code

Public Sub AddBrush( _
    tagKey As String, _
    tagValue As String, _
    brush As SolidBrush _
)

 Parameters

tagKey

The key of the tag, specifying the map feature.

tagValue

The value of the tag, specifying the map feature.

brush

The SolidBrush 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