C# Class StateMonad.Exercise2.Rect

Afficher le fichier Open project: panesofglass/StateMonad Class Usage Examples

Méthodes publiques

Свойство Type Description
Height double
Left double
Top double
Width double

Méthodes publiques

Méthode Description
Rect ( double height, double width, double top, double left )
ToString ( ) : string

Method Details

Rect() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Height public_oe property

public double Height
Résultat double

Left public_oe property

public double Left
Résultat double

Top public_oe property

public double Top
Résultat double

Width public_oe property

public double Width
Résultat double