ASP.NET Pack Programmer's Guide
MapLayerBase(TColor, TPalette).Select Method (Rect)
See Also
 





Layer.Select override.

Namespace: MindFusion.Mapping
Package: MindFusion.Mapping

 Syntax

C#  Copy Code

public override bool Select (
    Rect bounds
)

Visual Basic  Copy Code

Public Overrides Function Select( _
    bounds As Rect _
) As Boolean

 Parameters

bounds

A Rect instance specifying the area in which elements should be selected.

 Return Value

true if the map view should be redrawn, otherwise false.

 See Also

Select Method Overload List
MapLayerBase(TColor, TPalette) Members
MapLayerBase(TColor, TPalette) Class
MindFusion.Mapping Namespace