C# Class CSPspEmu.Gui.GuiRectangle

Show file Open project: soywiz/cspspemu

Public Properties

Property Type Description
X int

Public Methods

Method Description
GuiRectangle ( int x, int y, int width, int height ) : System

Method Details

GuiRectangle() public method

public GuiRectangle ( int x, int y, int width, int height ) : System
x int
y int
width int
height int
return System

Property Details

X public property

public int X
return int