ASP.NET Pack Programmer's Guide
ICanvas.SetPen Method
See Also
 





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

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

void SetPen (
    MapFeature penKey,
    bool isBorderPen
)

Visual Basic  Copy Code

Sub SetPen( _
    penKey As MapFeature, _
    isBorderPen As Boolean _
)

 Parameters

penKey

A MapFeature used as key in StreetMapPens table.

isBorderPen

true if the pen will be used to outline a closed shape, or false otherwise.

 See Also

ICanvas Members
ICanvas Interface
MindFusion.Mapping Namespace