C# Class Sharpex2D.UI.UIBounds

显示文件 Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Methods

Method Description
UIBounds ( )

Initializes a new UIBounds class.

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

Initializes a new UIBounds class.

Method Details

UIBounds() public method

Initializes a new UIBounds class.
public UIBounds ( )

UIBounds() public method

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.