C# Class StateMonad.Exercise2.Rect

Show file Open project: panesofglass/StateMonad Class Usage Examples

Public Properties

Property Type Description
Height double
Left double
Top double
Width double

Public Methods

Method Description
Rect ( double height, double width, double top, double left )
ToString ( ) : string

Method Details

Rect() public method

public Rect ( double height, double width, double top, double left )
height double
width double
top double
left double

ToString() public method

public ToString ( ) : string
return string

Property Details

Height public property

public double Height
return double

Left public property

public double Left
return double

Top public property

public double Top
return double

Width public property

public double Width
return double