C# Class Shapes.Rectangle

Inheritance: Shape
Show file Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
CalculateSurface ( ) : double
Rectangle ( double width, double heigth ) : System

Method Details

CalculateSurface() public method

public CalculateSurface ( ) : double
return double

Rectangle() public method

public Rectangle ( double width, double heigth ) : System
width double
heigth double
return System