C# Class GameStruct.CRect

Show file Open project: dream-young-soul/soul

Public Properties

Property Type Description
height int
width int
x int
y int

Public Methods

Method Description
CRect ( int xx, int yy, int w, int h ) : System
Check ( int xx, int yy ) : bool

Method Details

CRect() public method

public CRect ( int xx, int yy, int w, int h ) : System
xx int
yy int
w int
h int
return System

Check() public method

public Check ( int xx, int yy ) : bool
xx int
yy int
return bool

Property Details

height public property

public int height
return int

width public property

public int width
return int

x public property

public int x
return int

y public property

public int y
return int