C# 클래스 Nintenlord.MegamanBattleNetworkMapEditor.TileView

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

공개 메소드들

메소드 설명
DrawMap ( Graphics graphics, Rectangle toDrawTo, float scale, int tiles, Size mapSize ) : void

TileView ( ) : System

TileView ( Bitmap tiles, Size tileSize ) : System

보호된 메소드들

메소드 설명
CheckTileSize ( ) : bool
Dispose ( bool disposing ) : void

Clean up any resources being used.

TileView_Paint ( object sender, PaintEventArgs e ) : void

UpdateAmountOfTiles ( ) : void

비공개 메소드들

메소드 설명
GetDrawingRectangle ( Rectangle &toDrawTo, Size &mapSize ) : Rectangle
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

TileView_Resize ( object sender, EventArgs e ) : void

메소드 상세

CheckTileSize() 보호된 메소드

protected CheckTileSize ( ) : bool
리턴 bool

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

DrawMap() 공개 메소드

public DrawMap ( Graphics graphics, Rectangle toDrawTo, float scale, int tiles, Size mapSize ) : void
graphics System.Drawing.Graphics
toDrawTo System.Drawing.Rectangle
scale float
tiles int
mapSize System.Drawing.Size
리턴 void

TileView() 공개 메소드

public TileView ( ) : System
리턴 System

TileView() 공개 메소드

public TileView ( Bitmap tiles, Size tileSize ) : System
tiles System.Drawing.Bitmap
tileSize System.Drawing.Size
리턴 System

TileView_Paint() 보호된 메소드

protected TileView_Paint ( object sender, PaintEventArgs e ) : void
sender object
e PaintEventArgs
리턴 void

UpdateAmountOfTiles() 보호된 메소드

protected UpdateAmountOfTiles ( ) : void
리턴 void