Search
GdiCanvas.SetBrush Method
See Also
 






Sets the current brush to the one associated with specified map feature.

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

 Syntax

C#  Copy Code

public void SetBrush (
    MapFeature brushKey
)

Visual Basic  Copy Code

Public Sub SetBrush( _
    brushKey As MapFeature _
)

 Parameters

brushKey

A MapFeature used as key in StreetMapBrushes table.

 See Also