C# Class FireflyGL.Rectangle

Show file Open project: LukaHorvat/Kento Class Usage Examples

Public Properties

Property Type Description
Height float
Width float
X float

Public Methods

Method Description
Rectangle ( float X, float Y, float Width, float Height ) : System

Method Details

Rectangle() public method

public Rectangle ( float X, float Y, float Width, float Height ) : System
X float
Y float
Width float
Height float
return System

Property Details

Height public property

public float Height
return float

Width public property

public float Width
return float

X public property

public float X
return float