개정판 077896be
issue #534: Add UnSelect and SelectItemByRect method to SelectionSet
Change-Id: If006b652c6e29b07dab7db68213424a0ac2721dd
KCOM/Controls/Sample.xaml.cs | ||
---|---|---|
899 | 899 |
break; |
900 | 900 |
} |
901 | 901 |
|
902 |
this.ParentOfType<KCOM.Views.MainMenu>().SelecteItemByRect(rect);
|
|
902 |
SelectionSet.Instance.SelectItemByRect(rect, this.ParentOfType<KCOM.Views.MainMenu>());
|
|
903 | 903 |
this.ParentOfType<KCOM.Views.MainMenu>().zoomAndPanControl.ZoomTo(rect); |
904 | 904 |
} |
905 | 905 |
catch (Exception ex) |
내보내기 Unified diff