C# Класс MegaMan.Editor.Bll.Tools.MultiTileBrush

Наследование: ITileBrush
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddTile ( Tile tile, int x, int y ) : void
DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable

Draws the brush onto the given screen at the given tile location.

MultiTileBrush ( int width, int height ) : System.Collections.Generic
Reset ( int width, int height ) : void

Описание методов

AddTile() публичный Метод

public AddTile ( Tile tile, int x, int y ) : void
tile MegaMan.Common.Tile
x int
y int
Результат void

DrawOn() публичный Метод

Draws the brush onto the given screen at the given tile location.
public DrawOn ( ScreenDocument screen, int tile_x, int tile_y ) : IEnumerable
screen ScreenDocument
tile_x int
tile_y int
Результат IEnumerable

MultiTileBrush() публичный Метод

public MultiTileBrush ( int width, int height ) : System.Collections.Generic
width int
height int
Результат System.Collections.Generic

Reset() публичный Метод

public Reset ( int width, int height ) : void
width int
height int
Результат void