mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
MapItemsControl.SelectItemsInGeometry implementation
This commit is contained in:
parent
a3091f1fef
commit
584dcd7bb4
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ namespace MapControl
|
|||
|
||||
public void SelectItemsInGeometry(Geometry geometry)
|
||||
{
|
||||
SelectItemsByPosition(p => geometry.FillContains(p));
|
||||
SelectItemsByPosition(geometry.FillContains);
|
||||
}
|
||||
|
||||
protected override bool NeedsContainerOverride(object item, int index, out object recycleKey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue