C# Класс Nintenlord.MegamanBattleNetworkMapEditor.TileView

Наследование: System.Windows.Forms.UserControl
Показать файл Открыть проект

Открытые методы

Метод Описание
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