C# Класс GameLogic.Model.Display.ColorRect

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

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

Метод Описание
ColorRect ( int x, int y, int width_, int height_, Color color ) : Bug.Display
Draw ( SpriteBatch batch ) : void

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

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

public ColorRect ( int x, int y, int width_, int height_, Color color ) : Bug.Display
x int
y int
width_ int
height_ int
color Color
Результат Bug.Display

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

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
Результат void