C# 클래스 MapEditor.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: mokasocial/PrivacyDefense 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TileDimensions Point

공개 메소드들

메소드 설명
MainWindow ( ) : System

비공개 메소드들

메소드 설명
ColorToInt ( System color ) : int
GenerateMap ( ) : void
GrabData ( ) : void
LoadTileTexture ( ) : void
Map_Clicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Save_Map_Click ( object sender, RoutedEventArgs e ) : void

Event handler called when the save map button is clicked.

_bitmapFromSource ( System.Windows.Media.Imaging.BitmapSource bitmapsource ) : System.Drawing.Bitmap
_bitmapToSource ( System bitmap ) : System.Windows.Media.Imaging.BitmapSource

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

프로퍼티 상세

TileDimensions 공개적으로 프로퍼티

public Point TileDimensions
리턴 Point