C# Class BananaMpq.View.Views.TileSelectionDialog

Inheritance: System.Windows.Window, ITileSelectionView
Mostrar archivo Open project: sgraf812/BananaMpq

Private Properties

Property Type Description
CreateRectangle System.Windows.Shapes.Rectangle
OpenSelectedTile void
ResetScale void
ZoomOneStep void

Public Methods

Method Description
DisplayTiles ( IEnumerable tileCoordinates, System.Vector2 minimum, System.Vector2 maximum ) : void
ShowModal ( ) : void
TileSelectionDialog ( ) : System

Private Methods

Method Description
CreateRectangle ( System.Vector2 minimum, System.Vector2 tile ) : System.Windows.Shapes.Rectangle
OpenSelectedTile ( object s, RoutedEventArgs e ) : void
ResetScale ( ) : void
ZoomOneStep ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void

Method Details

DisplayTiles() public method

public DisplayTiles ( IEnumerable tileCoordinates, System.Vector2 minimum, System.Vector2 maximum ) : void
tileCoordinates IEnumerable
minimum System.Vector2
maximum System.Vector2
return void

ShowModal() public method

public ShowModal ( ) : void
return void

TileSelectionDialog() public method

public TileSelectionDialog ( ) : System
return System