C# Class StateMonad.Exercise2.Rect

Exibir arquivo 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_oe property

public double Height
return double

Left public_oe property

public double Left
return double

Top public_oe property

public double Top
return double

Width public_oe property

public double Width
return double