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





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

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public void SetPen (
    MapFeature penKey,
    bool isBorderPen
)

Visual Basic  Copy Code

Public 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

GdiCanvas Members
GdiCanvas Class
MindFusion.Mapping.WebForms Namespace