MindFusion.Wpf Pack Programmer's Guide
Layer(TColor, TPalette).Select Method (Rect)
See Also
 





Selects all map elements intersecting the specified rectangle.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public abstract bool Select (
    Rect bounds
)

Visual Basic  Copy Code

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

 Parameters

bounds

A Rect object specifying the area containing the elements to select.

 Return Value

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

 See Also

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