C# Класс Sharpex2D.UI.UIBounds

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

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

Метод Описание
UIBounds ( )

Initializes a new UIBounds class.

UIBounds ( int x, int y, int width, int height )

Initializes a new UIBounds class.

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

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

Initializes a new UIBounds class.
public UIBounds ( )

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

Initializes a new UIBounds class.
public UIBounds ( int x, int y, int width, int height )
x int The X-Coord.
y int The Y-Coord.
width int The Width.
height int The Height.