Selects all map elements intersecting the specified rectangle.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public abstract bool Select ( |
Visual Basic
Copy Code
|
|---|
Public MustOverride Function Select( _ |
A Rect object specifying the area containing the elements to select.
true if the map view should be redrawn, otherwise false.
See Also