C# Class BananaMpq.View.Views.TileSelectionDialog

Inheritance: System.Windows.Window, ITileSelectionView
Afficher le fichier Open project: sgraf812/BananaMpq

Private Properties

Свойство Type Description
CreateRectangle System.Windows.Shapes.Rectangle
OpenSelectedTile void
ResetScale void
ZoomOneStep void

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public DisplayTiles ( IEnumerable tileCoordinates, System.Vector2 minimum, System.Vector2 maximum ) : void
tileCoordinates IEnumerable
minimum System.Vector2
maximum System.Vector2
Résultat void

ShowModal() public méthode

public ShowModal ( ) : void
Résultat void

TileSelectionDialog() public méthode

public TileSelectionDialog ( ) : System
Résultat System