C# 클래스 BananaMpq.View.Views.TileSelectionDialog

상속: System.Windows.Window, ITileSelectionView
파일 보기 프로젝트 열기: sgraf812/BananaMpq

Private Properties

프로퍼티 타입 설명
CreateRectangle System.Windows.Shapes.Rectangle
OpenSelectedTile void
ResetScale void
ZoomOneStep void

공개 메소드들

메소드 설명
DisplayTiles ( IEnumerable tileCoordinates, System.Vector2 minimum, System.Vector2 maximum ) : void
ShowModal ( ) : void
TileSelectionDialog ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

DisplayTiles() 공개 메소드

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

ShowModal() 공개 메소드

public ShowModal ( ) : void
리턴 void

TileSelectionDialog() 공개 메소드

public TileSelectionDialog ( ) : System
리턴 System